#8CAF08

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

Shades of Citrus #8CAF08

Tints of Citrus #8CAF08

Color information

#8CAF08 (or 0x8CAF08) is unknown color: approx Citrus. HEX triplet: 8C, AF and 08. RGB value is (140,175,8). Sum of RGB (Red+Green+Blue) = 140+175+8=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAF08 is #7350F7. Grayscale: #929292. Windows color (decimal): -7557368 or 569228. OLE color: 569228.

HSL color Cylindrical-coordinate representation of color #8CAF08: hue angle of 72.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CAF08 is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1401758-
CMYK0.200.950.31
HSL72.57º91.26%35.88%-
HSV(B)72.57º95.43%68.63%-
XYZ26.1936.255.85-
YUV145.550.4124.08-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=43.34%
G=54.18%
B=2.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14017580.200.950.3172.5791.2635.88
Hex8CAF81405F1F495b24
Octal214257102401373711113344
Binary1000110010101111100010100010111111111110010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,8); }

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

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

 a { background-color: rgb(140,175,8); }

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

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

 span { border-color: rgb(140,175,8); }

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