Html Css Color HEX #8EA214 Citron

📋 copy color: '#8EA214'

red 142 ◦ green 162 ◦ blue 20

#8EA214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #8EA214

Tints of Citron #8EA214

RGB

 RED value IS 142 (55.86% from 255) = 43.83%

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 43.83%
G = 50%
B = 6.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#8EA214 (or 0x8EA214) is known color: Citron. HEX triplet: 8E, A2 and 14. RGB value is (142,162,20). Sum of RGB (Red+Green+Blue) = 142+162+20=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA214 is #715DEB. Grayscale: #8C8C8C. Windows color (decimal): -7429612 or 1352334. OLE color: 1352334.

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

Color convert

RGB 142 162 20 -
CMYK 0.12 0 0.88 0.36
HSL 68.45º 0.78% 0.36% -
HSV(B) 68.45º 0.88% 0.64% -
XYZ 24.2 31.64 5.49 -
YUV 139.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 142 162 20 0.12 0 0.88 0.36 68.45 0.78 0.36
Hex 8E A2 14 C 0 58 24 44 4E 24
Octal 216 242 24 14 0 130 44 104 116 44
Binary 10001110 10100010 10100 1100 0 1011000 100100 1000100 1001110 100100

Color Harmonies of #8EA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA214

Black with #8EA214

Text Example


Text Example

White with #8EA214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EA214;
 }
 .AnyTagClassName
 {
   color: #8EA214;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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