Html Css Color HEX #8DAB14 Limerick

📋 copy color: '#8DAB14'

red 141 ◦ green 171 ◦ blue 20

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

Shades of Limerick #8DAB14

Tints of Limerick #8DAB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 42.47%
G = 51.51%
B = 6.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#8DAB14 (or 0x8DAB14) is known color: Limerick. HEX triplet: 8D, AB and 14. RGB value is (141,171,20). Sum of RGB (Red+Green+Blue) = 141+171+20=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAB14 is #7254EB. Grayscale: #919191. Windows color (decimal): -7492844 or 1354637. OLE color: 1354637.

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

Color convert

RGB 141 171 20 -
CMYK 0.18 0 0.88 0.33
HSL 71.92º 0.79% 0.37% -
HSV(B) 71.92º 0.88% 0.67% -
XYZ 25.67 34.84 6.03 -
YUV 144.82 57.56 125.28 -
System Red Green Blue C M Y K H S L
Decimal 141 171 20 0.18 0 0.88 0.33 71.92 0.79 0.37
Hex 8D AB 14 12 0 58 21 48 4F 25
Octal 215 253 24 22 0 130 41 110 117 45
Binary 10001101 10101011 10100 10010 0 1011000 100001 1001000 1001111 100101

Color Harmonies of #8DAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAB14

Black with #8DAB14

Text Example


Text Example

White with #8DAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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