#8EAB0C

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

Shades of Citrus #8EAB0C

Tints of Citrus #8EAB0C

Color information

#8EAB0C (or 0x8EAB0C) is unknown color: approx Citrus. HEX triplet: 8E, AB and 0C. RGB value is (142,171,12). Sum of RGB (Red+Green+Blue) = 142+171+12=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAB0C is #7154F3. Grayscale: #909090. Windows color (decimal): -7427316 or 830350. OLE color: 830350.

HSL color Cylindrical-coordinate representation of color #8EAB0C: hue angle of 70.94º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EAB0C is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB14217112-
CMYK0.1700.930.33
HSL70.94º86.89%35.88%-
HSV(B)70.94º92.98%67.06%-
XYZ25.7834.95.73-
YUV144.253.39126.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=43.69%
G=52.62%
B=3.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142171120.1700.930.3370.9486.8935.88
Hex8EABC1105D21475724
Octal216253142101354110712744
Binary10001110101010111100100010101110110000110001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,171,12); }

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

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

 a { background-color: rgb(142,171,12); }

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

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

 span { border-color: rgb(142,171,12); }

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