#8EA20D

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

Shades of Citron #8EA20D

Tints of Citron #8EA20D

Color information

#8EA20D (or 0x8EA20D) is unknown color: approx Citron. HEX triplet: 8E, A2 and 0D. RGB value is (142,162,13). Sum of RGB (Red+Green+Blue) = 142+162+13=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA20D is #715DF2. Grayscale: #8B8B8B. Windows color (decimal): -7429619 or 893582. OLE color: 893582.

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

Color convert

RGB14216213-
CMYK0.1200.920.36
HSL68.05º85.14%34.31%-
HSV(B)68.05º91.98%63.53%-
XYZ24.1531.625.21-
YUV139.0356.87130.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 162 (63.67% from 255) = 51.10%
BLUE value IS 13 (5.47% from 255) = 4.10%
R=44.79%
G=51.10%
B=4.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162130.1200.920.3668.0585.1434.31
Hex8EA2DC05C24445522
Octal216242151401344410412542
Binary1000111010100010110111000101110010010010001001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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