Html Css Color HEX #8EB82D Limerick

📋 copy color: '#8EB82D'

red 142 ◦ green 184 ◦ blue 45

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

Shades of Limerick #8EB82D

Tints of Limerick #8EB82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 38.27%
G = 49.6%
B = 12.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#8EB82D (or 0x8EB82D) is known color: Limerick. HEX triplet: 8E, B8 and 2D. RGB value is (142,184,45). Sum of RGB (Red+Green+Blue) = 142+184+45=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB82D is #7147D2. Grayscale: #9C9C9C. Windows color (decimal): -7423955 or 2996366. OLE color: 2996366.

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

Color convert

RGB 142 184 45 -
CMYK 0.23 0 0.76 0.28
HSL 78.13º 0.61% 0.45% -
HSV(B) 78.13º 0.76% 0.72% -
XYZ 28.77 40.22 8.73 -
YUV 155.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 142 184 45 0.23 0 0.76 0.28 78.13 0.61 0.45
Hex 8E B8 2D 17 0 4C 1C 4E 3D 2D
Octal 216 270 55 27 0 114 34 116 75 55
Binary 10001110 10111000 101101 10111 0 1001100 11100 1001110 111101 101101

Color Harmonies of #8EB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB82D

Black with #8EB82D

Text Example


Text Example

White with #8EB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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