Html Css Color HEX #8DAB40 Limerick

📋 copy color: '#8DAB40'

red 141 ◦ green 171 ◦ blue 64

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

Shades of Limerick #8DAB40

Tints of Limerick #8DAB40

RGB

 RED value IS 141 (55.47% from 255) = 37.5%

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 37.5%
G = 45.48%
B = 17.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#8DAB40 (or 0x8DAB40) is known color: Limerick. HEX triplet: 8D, AB and 40. RGB value is (141,171,64). Sum of RGB (Red+Green+Blue) = 141+171+64=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB40 is #7254BF. Grayscale: #969696. Windows color (decimal): -7492800 or 4238221. OLE color: 4238221.

HSL color Cylindrical-coordinate representation of color #8DAB40: hue angle of 76.82º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DAB40 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 171 64 -
CMYK 0.18 0 0.63 0.33
HSL 76.82º 0.46% 0.46% -
HSV(B) 76.82º 0.63% 0.67% -
XYZ 26.47 35.16 10.24 -
YUV 149.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 141 171 64 0.18 0 0.63 0.33 76.82 0.46 0.46
Hex 8D AB 40 12 0 3F 21 4D 2E 2E
Octal 215 253 100 22 0 77 41 115 56 56
Binary 10001101 10101011 1000000 10010 0 111111 100001 1001101 101110 101110

Color Harmonies of #8DAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB40

Black with #8DAB40

Text Example


Text Example

White with #8DAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,64); }

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

background-color css

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

 a { background-color: rgb(141,171,64); }

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

border-color css

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

 span { border-color: rgb(141,171,64); }

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