#8FA60C

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

Shades of Citrus #8FA60C

Tints of Citrus #8FA60C

Color information

#8FA60C (or 0x8FA60C) is unknown color: approx Citrus. HEX triplet: 8F, A6 and 0C. RGB value is (143,166,12). Sum of RGB (Red+Green+Blue) = 143+166+12=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA60C is #7059F3. Grayscale: #8E8E8E. Windows color (decimal): -7363060 or 829071. OLE color: 829071.

HSL color Cylindrical-coordinate representation of color #8FA60C: hue angle of 68.96º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FA60C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB14316612-
CMYK0.1400.930.35
HSL68.96º86.52%34.9%-
HSV(B)68.96º92.77%65.1%-
XYZ25.0333.145.42-
YUV141.5754.88129.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 166 (65.23% from 255) = 51.71%
BLUE value IS 12 (5.08% from 255) = 3.74%
R=44.55%
G=51.71%
B=3.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143166120.1400.930.3568.9686.5234.9
Hex8FA6CE05D23455723
Octal217246141601354310512743
Binary1000111110100110110011100101110110001110001011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,12); }

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

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

 a { background-color: rgb(143,166,12); }

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

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

 span { border-color: rgb(143,166,12); }

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