#8EA000

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

Shades of Citrus #8EA000

Tints of Citrus #8EA000

Color information

#8EA000 (or 0x8EA000) is unknown color: approx Citrus. HEX triplet: 8E, A0 and 00. RGB value is (142,160,0). Sum of RGB (Red+Green+Blue) = 142+160+0=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA000 is #715FFF. Grayscale: #898989. Windows color (decimal): -7430144 or 41102. OLE color: 41102.

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

Color convert

RGB1421600-
CMYK0.11010.37
HSL66.75º100%31.37%-
HSV(B)66.75º100%62.75%-
XYZ23.7330.894.71-
YUV136.3851.04132.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 160 (62.89% from 255) = 52.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.02%
G=52.98%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14216000.11010.3766.7510031.37
Hex8EA00B0642543641f
Octal21624001301444510314437
Binary100011101010000001011011001001001011000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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