#8EA00D

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

Shades of Citron #8EA00D

Tints of Citron #8EA00D

Color information

#8EA00D (or 0x8EA00D) is unknown color: approx Citron. HEX triplet: 8E, A0 and 0D. RGB value is (142,160,13). Sum of RGB (Red+Green+Blue) = 142+160+13=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA00D is #715FF2. Grayscale: #8A8A8A. Windows color (decimal): -7430131 or 893070. OLE color: 893070.

HSL color Cylindrical-coordinate representation of color #8EA00D: hue angle of 67.35º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EA00D is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB14216013-
CMYK0.1100.920.37
HSL67.35º84.97%33.92%-
HSV(B)67.35º91.87%62.75%-
XYZ23.830.925.09-
YUV137.8657.54130.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=45.08%
G=50.79%
B=4.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160130.1100.920.3767.3584.9733.92
Hex8EA0DB05C25435522
Octal216240151301344510312542
Binary1000111010100000110110110101110010010110000111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,13); }

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

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

 a { background-color: rgb(142,160,13); }

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

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

 span { border-color: rgb(142,160,13); }

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