Html Css Color HEX #8EB82A Limerick

📋 copy color: '#8EB82A'

red 142 ◦ green 184 ◦ blue 42

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

Shades of Limerick #8EB82A

Tints of Limerick #8EB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

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

R = 38.59%
G = 50%
B = 11.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#8EB82A (or 0x8EB82A) is known color: Limerick. HEX triplet: 8E, B8 and 2A. RGB value is (142,184,42). Sum of RGB (Red+Green+Blue) = 142+184+42=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB82A is #7147D5. Grayscale: #9B9B9B. Windows color (decimal): -7423958 or 2799758. OLE color: 2799758.

HSL color Cylindrical-coordinate representation of color #8EB82A: hue angle of 77.75º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EB82A is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 184 42 -
CMYK 0.23 0 0.77 0.28
HSL 77.75º 0.63% 0.44% -
HSV(B) 77.75º 0.77% 0.72% -
XYZ 28.71 40.2 8.44 -
YUV 155.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 142 184 42 0.23 0 0.77 0.28 77.75 0.63 0.44
Hex 8E B8 2A 17 0 4D 1C 4E 3F 2C
Octal 216 270 52 27 0 115 34 116 77 54
Binary 10001110 10111000 101010 10111 0 1001101 11100 1001110 111111 101100

Color Harmonies of #8EB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB82A

Black with #8EB82A

Text Example


Text Example

White with #8EB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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