#8CAC04

Color #8CAC04 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8CAC04

Tints of Citrus #8CAC04

Color information

#8CAC04 (or 0x8CAC04) is unknown color: approx Citrus. HEX triplet: 8C, AC and 04. RGB value is (140,172,4). Sum of RGB (Red+Green+Blue) = 140+172+4=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC04 is #7353FB. Grayscale: #8F8F8F. Windows color (decimal): -7558140 or 306316. OLE color: 306316.

HSL color Cylindrical-coordinate representation of color #8CAC04: hue angle of 71.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CAC04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1401724-
CMYK0.1900.980.33
HSL71.43º95.45%34.51%-
HSV(B)71.43º97.67%67.45%-
XYZ25.5935.095.54-
YUV143.2849.4125.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 172 (67.58% from 255) = 54.43%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=44.30%
G=54.43%
B=1.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14017240.1900.980.3371.4395.4534.51
Hex8CAC41306221475f23
Octal21425442301424110713743
Binary1000110010101100100100110110001010000110001111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAC04; }

 p { color: rgb(140,172,4); }

 H1.HeaderClassName
 {
   color: #8CAC04;
 }
 .AnyTagClassName
 {
   color: #8CAC04;
 }
</style>
background-color css

<style>
 a { background-color: #8CAC04; }

 a { background-color: rgb(140,172,4); }

 div.DivClassName
 {
   background-color: #8CAC04;
 }
 .BgClassName
 {
   background-color: #8CAC04;
 }
</style>
border-color css

<style>
 span { border-color: #8CAC04; }

 span { border-color: rgb(140,172,4); }

 td.TdClassName
 {
   border-color: #8CAC04;
 }
 .TagClassName
 {
   border-color: #8CAC04;
 }
</style>