Html Css Color HEX #8EA12A Citron

📋 copy color: '#8EA12A'

red 142 ◦ green 161 ◦ blue 42

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

Shades of Citron #8EA12A

Tints of Citron #8EA12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 41.16%
G = 46.67%
B = 12.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#8EA12A (or 0x8EA12A) is known color: Citron. HEX triplet: 8E, A1 and 2A. RGB value is (142,161,42). Sum of RGB (Red+Green+Blue) = 142+161+42=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA12A is #715ED5. Grayscale: #8E8E8E. Windows color (decimal): -7429846 or 2793870. OLE color: 2793870.

HSL color Cylindrical-coordinate representation of color #8EA12A: hue angle of 69.58º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8EA12A is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 142 161 42 -
CMYK 0.12 0 0.74 0.37
HSL 69.58º 0.59% 0.4% -
HSV(B) 69.58º 0.74% 0.63% -
XYZ 24.32 31.41 6.97 -
YUV 141.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 142 161 42 0.12 0 0.74 0.37 69.58 0.59 0.4
Hex 8E A1 2A C 0 4A 25 46 3B 28
Octal 216 241 52 14 0 112 45 106 73 50
Binary 10001110 10100001 101010 1100 0 1001010 100101 1000110 111011 101000

Color Harmonies of #8EA12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA12A

Black with #8EA12A

Text Example


Text Example

White with #8EA12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,161,42); }

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

background-color css

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

 a { background-color: rgb(142,161,42); }

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

border-color css

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

 span { border-color: rgb(142,161,42); }

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