#8EAE0A

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

Shades of Citrus #8EAE0A

Tints of Citrus #8EAE0A

Color information

#8EAE0A (or 0x8EAE0A) is unknown color: approx Citrus. HEX triplet: 8E, AE and 0A. RGB value is (142,174,10). Sum of RGB (Red+Green+Blue) = 142+174+10=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAE0A is #7151F5. Grayscale: #929292. Windows color (decimal): -7426550 or 700046. OLE color: 700046.

HSL color Cylindrical-coordinate representation of color #8EAE0A: hue angle of 71.71º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EAE0A is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB14217410-
CMYK0.1800.940.32
HSL71.71º89.13%36.08%-
HSV(B)71.71º94.25%68.24%-
XYZ26.3536.045.86-
YUV145.7451.4125.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 10 (4.30% from 255) = 3.07%
R=43.56%
G=53.37%
B=3.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142174100.1800.940.3271.7189.1336.08
Hex8EAEA1205E20485924
Octal216256122201364011013144
Binary10001110101011101010100100101111010000010010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,174,10); }

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

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

 a { background-color: rgb(142,174,10); }

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

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

 span { border-color: rgb(142,174,10); }

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