Html Css Color HEX #8DAB41 Limerick

📋 copy color: '#8DAB41'

red 141 ◦ green 171 ◦ blue 65

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

Shades of Limerick #8DAB41

Tints of Limerick #8DAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 37.4%
G = 45.36%
B = 17.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#8DAB41 (or 0x8DAB41) is known color: Limerick. HEX triplet: 8D, AB and 41. RGB value is (141,171,65). Sum of RGB (Red+Green+Blue) = 141+171+65=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB41 is #7254BE. Grayscale: #969696. Windows color (decimal): -7492799 or 4303757. OLE color: 4303757.

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

Color convert

RGB 141 171 65 -
CMYK 0.18 0 0.62 0.33
HSL 76.98º 0.45% 0.46% -
HSV(B) 76.98º 0.62% 0.67% -
XYZ 26.5 35.17 10.39 -
YUV 149.95 80.06 121.62 -
System Red Green Blue C M Y K H S L
Decimal 141 171 65 0.18 0 0.62 0.33 76.98 0.45 0.46
Hex 8D AB 41 12 0 3E 21 4D 2D 2E
Octal 215 253 101 22 0 76 41 115 55 56
Binary 10001101 10101011 1000001 10010 0 111110 100001 1001101 101101 101110

Color Harmonies of #8DAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB41

Black with #8DAB41

Text Example


Text Example

White with #8DAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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