#8EA700

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

Shades of Citrus #8EA700

Tints of Citrus #8EA700

Color information

#8EA700 (or 0x8EA700) is unknown color: approx Citrus. HEX triplet: 8E, A7 and 00. RGB value is (142,167,0). Sum of RGB (Red+Green+Blue) = 142+167+0=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA700 is #7158FF. Grayscale: #8D8D8D. Windows color (decimal): -7428352 or 42894. OLE color: 42894.

HSL color Cylindrical-coordinate representation of color #8EA700: hue angle of 68.98º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EA700 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1421670-
CMYK0.15010.35
HSL68.98º100%32.75%-
HSV(B)68.98º100%65.49%-
XYZ24.9733.395.13-
YUV140.4948.72129.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 167 (65.62% from 255) = 54.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.95%
G=54.05%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14216700.15010.3568.9810032.75
Hex8EA70F06423456421
Octal21624701701444310514441
Binary1000111010100111011110110010010001110001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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