Html Css Color HEX #8DAB13 Limerick

📋 copy color: '#8DAB13'

red 141 ◦ green 171 ◦ blue 19

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

Shades of Limerick #8DAB13

Tints of Limerick #8DAB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 42.6%
G = 51.66%
B = 5.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#8DAB13 (or 0x8DAB13) is known color: Limerick. HEX triplet: 8D, AB and 13. RGB value is (141,171,19). Sum of RGB (Red+Green+Blue) = 141+171+19=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAB13 is #7254EC. Grayscale: #919191. Windows color (decimal): -7492845 or 1289101. OLE color: 1289101.

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

Color convert

RGB 141 171 19 -
CMYK 0.18 0 0.89 0.33
HSL 71.84º 0.8% 0.37% -
HSV(B) 71.84º 0.89% 0.67% -
XYZ 25.66 34.84 5.99 -
YUV 144.7 57.06 125.36 -
System Red Green Blue C M Y K H S L
Decimal 141 171 19 0.18 0 0.89 0.33 71.84 0.8 0.37
Hex 8D AB 13 12 0 59 21 48 50 25
Octal 215 253 23 22 0 131 41 110 120 45
Binary 10001101 10101011 10011 10010 0 1011001 100001 1001000 1010000 100101

Color Harmonies of #8DAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB13

Black with #8DAB13

Text Example


Text Example

White with #8DAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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