Html Css Color HEX #8EB420 Limerick

📋 copy color: '#8EB420'

red 142 ◦ green 180 ◦ blue 32

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

Shades of Limerick #8EB420

Tints of Limerick #8EB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.85%

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

R = 40.11%
G = 50.85%
B = 9.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#8EB420 (or 0x8EB420) is known color: Limerick. HEX triplet: 8E, B4 and 20. RGB value is (142,180,32). Sum of RGB (Red+Green+Blue) = 142+180+32=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB420 is #714BDF. Grayscale: #989898. Windows color (decimal): -7424992 or 2143374. OLE color: 2143374.

HSL color Cylindrical-coordinate representation of color #8EB420: hue angle of 75.41º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8EB420 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 180 32 -
CMYK 0.21 0 0.82 0.29
HSL 75.41º 0.7% 0.42% -
HSV(B) 75.41º 0.82% 0.71% -
XYZ 27.74 38.5 7.34 -
YUV 151.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 142 180 32 0.21 0 0.82 0.29 75.41 0.7 0.42
Hex 8E B4 20 15 0 52 1D 4B 46 2A
Octal 216 264 40 25 0 122 35 113 106 52
Binary 10001110 10110100 100000 10101 0 1010010 11101 1001011 1000110 101010

Color Harmonies of #8EB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB420

Black with #8EB420

Text Example


Text Example

White with #8EB420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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