#8EAC12

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

Shades of Citrus #8EAC12

Tints of Citrus #8EAC12

Color information

#8EAC12 (or 0x8EAC12) is unknown color: approx Citrus. HEX triplet: 8E, AC and 12. RGB value is (142,172,18). Sum of RGB (Red+Green+Blue) = 142+172+18=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAC12 is #7153ED. Grayscale: #929292. Windows color (decimal): -7427054 or 1223822. OLE color: 1223822.

HSL color Cylindrical-coordinate representation of color #8EAC12: hue angle of 71.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EAC12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB14217218-
CMYK0.1700.900.33
HSL71.69º81.05%37.25%-
HSV(B)71.69º89.53%67.45%-
XYZ26.0235.36.01-
YUV145.4756.06125.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=42.77%
G=51.81%
B=5.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142172180.1700.900.3371.6981.0537.25
Hex8EAC121105A21485125
Octal216254222101324111012145
Binary100011101010110010010100010101101010000110010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,18); }

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

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

 a { background-color: rgb(142,172,18); }

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

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

 span { border-color: rgb(142,172,18); }

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