Html Css Color HEX #8EA820 Limerick

📋 copy color: '#8EA820'

red 142 ◦ green 168 ◦ blue 32

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

Shades of Limerick #8EA820

Tints of Limerick #8EA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.12%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 41.52%
G = 49.12%
B = 9.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#8EA820 (or 0x8EA820) is known color: Limerick. HEX triplet: 8E, A8 and 20. RGB value is (142,168,32). Sum of RGB (Red+Green+Blue) = 142+168+32=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA820 is #7157DF. Grayscale: #919191. Windows color (decimal): -7428064 or 2140302. OLE color: 2140302.

HSL color Cylindrical-coordinate representation of color #8EA820: hue angle of 71.47º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8EA820 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 32 -
CMYK 0.15 0 0.81 0.34
HSL 71.47º 0.68% 0.39% -
HSV(B) 71.47º 0.81% 0.66% -
XYZ 25.42 33.86 6.56 -
YUV 144.72 64.39 126.06 -
System Red Green Blue C M Y K H S L
Decimal 142 168 32 0.15 0 0.81 0.34 71.47 0.68 0.39
Hex 8E A8 20 F 0 51 22 47 44 27
Octal 216 250 40 17 0 121 42 107 104 47
Binary 10001110 10101000 100000 1111 0 1010001 100010 1000111 1000100 100111

Color Harmonies of #8EA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA820

Black with #8EA820

Text Example


Text Example

White with #8EA820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,168,32); }

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

background-color css

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

 a { background-color: rgb(142,168,32); }

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

border-color css

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

 span { border-color: rgb(142,168,32); }

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