#8EA409

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

Shades of Citrus #8EA409

Tints of Citrus #8EA409

Color information

#8EA409 (or 0x8EA409) is unknown color: approx Citrus. HEX triplet: 8E, A4 and 09. RGB value is (142,164,9). Sum of RGB (Red+Green+Blue) = 142+164+9=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA409 is #715BF6. Grayscale: #8C8C8C. Windows color (decimal): -7429111 or 631950. OLE color: 631950.

HSL color Cylindrical-coordinate representation of color #8EA409: hue angle of 68.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EA409 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1421649-
CMYK0.1300.950.36
HSL68.52º89.6%33.92%-
HSV(B)68.52º94.51%64.31%-
XYZ24.4832.325.21-
YUV139.7554.21129.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=45.08%
G=52.06%
B=2.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14216490.1300.950.3668.5289.633.92
Hex8EA49D05F24455a22
Octal216244111501374410513242
Binary1000111010100100100111010101111110010010001011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,9); }

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

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

 a { background-color: rgb(142,164,9); }

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

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

 span { border-color: rgb(142,164,9); }

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