COLOR #A7CF08

HEX: #A7CF08
RGB: (167,207,8)

Color info

#A7CF08 contains mainly red and green colors. Web safe color of #A7CF08 is #99CC00 (or #9C0).

RGB color model

#A7CF08 color RGB value is (167,207,8).

  • red value is 167;
  • green value is 207;
  • blue value is 8.
RGB:
(167,207,8)
(65%,81%,3%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 8 of 255 = 3%

167
207
8

R + G + B ~ 50%. #A7CF08 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 8 = 382 (100%)
R 167 of 382 ~ 43.72%
G 207 of 382 ~ 54.19%
B 8 of 382 ~ 2.09%

%43.72
%54.19

CMYK color model

#A7CF08 color CMYK value is (19,0,96,19).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 96.14%
  • key color value is 18.82%
CMYK:
(19,0,96,19)
C19M0Y96K19 
(19%,0%,96%,19%)
(0.19/0.00/0.96/0.19)	

CMYK percentages

%19.32
%0
%96.14
%18.82

Codes

Color #A7CF08 in popluar color models

A7CF08
RGB1672078
HSL72°92.56%42.16%
HSB/HSV72°96.14%81.18%
CMYK19.32%0.00%96.14%
18.82%

Color #A7CF08 in popluar number systems.

HEXA7CF08
Decimal1672078
Binary10100111110011111000
Octal24731710

Shades and tints

Shades of #A7CF08

#A7CF08
(167,207,8)
#98BD08
(152,189,8)
#89AB08
(137,171,8)
#7A9908
(122,153,8)
#6B8708
(107,135,8)
#5C7508
(92,117,8)
#4D6308
(77,99,8)
#3E5108
(62,81,8)
#2F3F08
(47,63,8)
#202D08
(32,45,8)
#111B08
(17,27,8)
#000000
(0,0,0)

Tints of #A7CF08

#A7CF08
(167,207,8)
#AFD31E
(175,211,30)
#B7D734
(183,215,52)
#BFDB4A
(191,219,74)
#C7DF60
(199,223,96)
#CFE376
(207,227,118)
#D7E78C
(215,231,140)
#DFEBA2
(223,235,162)
#E7EFB8
(231,239,184)
#EFF3CE
(239,243,206)
#F7F7E4
(247,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CF08 color. Also use rgb(167,207,8) instead hex code.

Text Font Color

.myTextColor { color: #A7CF08; }

<p style="color:#A7CF08">This sample text font color is #A7CF08.</p>

This text font color is #A7CF08.


Background Color

.myBgColor { background-color: #A7CF08; }

<div style="background-color:#A7CF08">Inner text</div>

This div background color is #A7CF08.


Border color

.myBorderColor { border: 1px solid #A7CF08; }

<div style="border:3px solid #A7CF08">Div</div>

This div border color is #A7CF08.


Opacity

.myOpacity80 { color: #A7CF08; opacity: 0.8; }

<p style="color:#A7CF08;opacity:0.8;">80%</p>

Text with #A7CF08 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A7CF08;}

<p style="text-shadow: 3px 3px 1px #A7CF08">Text here.</p>

This text has shadow with #A7CF08 color.

.textShadow {text-shadow: 3px 3px 1px #A7CF08, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A7CF08, 5px 5px 20px red">Text here.</p>

This text has shadow with #A7CF08 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7CF08, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A7CF08, Direction=45, Strength=4)">Text</p>

This text has shadow with #A7CF08 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A7CF08;
  -webkit-box-shadow:	1px 1px 3px 2px #A7CF08;
  box-shadow:		1px 1px 3px 2px #A7CF08;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7CF08;
-webkit-box-shadow: 1px 1px 3px 2px #A7CF08;
box-shadow:1px 1px 3px 2px #A7CF08;">
Div content here</div>
This div box has shadow with color #A7CF08.

Preview

Color preview on black background

This text has color #A7CF08 on black background.


Color preview on white background

This text has color #A7CF08 on white background.



Black color preview on #A7CF08 background

This text has black color on #A7CF08 background.


White color preview on #A7CF08 background

This text has white color on #A7CF08 background.