#8EA01E

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

Shades of Citron #8EA01E

Tints of Citron #8EA01E

Color information

#8EA01E (or 0x8EA01E) is unknown color: approx Citron. HEX triplet: 8E, A0 and 1E. RGB value is (142,160,30). Sum of RGB (Red+Green+Blue) = 142+160+30=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA01E is #715FE1. Grayscale: #8C8C8C. Windows color (decimal): -7430114 or 2007182. OLE color: 2007182.

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

Color convert

RGB14216030-
CMYK0.1100.810.37
HSL68.31º68.42%37.25%-
HSV(B)68.31º81.25%62.75%-
XYZ23.9630.995.95-
YUV139.866.04129.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.77%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 30 (12.11% from 255) = 9.04%
R=42.77%
G=48.19%
B=9.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142160300.1100.810.3768.3168.4237.25
Hex8EA01EB05125444425
Octal216240361301214510410445
Binary10001110101000001111010110101000110010110001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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