Html Css Color HEX #8DAD16 Limerick

📋 copy color: '#8DAD16'

red 141 ◦ green 173 ◦ blue 22

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

Shades of Limerick #8DAD16

Tints of Limerick #8DAD16

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.49%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 41.96%
G = 51.49%
B = 6.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#8DAD16 (or 0x8DAD16) is known color: Limerick. HEX triplet: 8D, AD and 16. RGB value is (141,173,22). Sum of RGB (Red+Green+Blue) = 141+173+22=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAD16 is #7252E9. Grayscale: #929292. Windows color (decimal): -7492330 or 1486221. OLE color: 1486221.

HSL color Cylindrical-coordinate representation of color #8DAD16: hue angle of 72.72º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DAD16 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 22 -
CMYK 0.18 0 0.87 0.32
HSL 72.72º 0.77% 0.38% -
HSV(B) 72.72º 0.87% 0.68% -
XYZ 26.07 35.61 6.26 -
YUV 146.22 57.9 124.28 -
System Red Green Blue C M Y K H S L
Decimal 141 173 22 0.18 0 0.87 0.32 72.72 0.77 0.38
Hex 8D AD 16 12 0 57 20 49 4D 26
Octal 215 255 26 22 0 127 40 111 115 46
Binary 10001101 10101101 10110 10010 0 1010111 100000 1001001 1001101 100110

Color Harmonies of #8DAD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD16

Black with #8DAD16

Text Example


Text Example

White with #8DAD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,22); }

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

background-color css

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

 a { background-color: rgb(141,173,22); }

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

border-color css

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

 span { border-color: rgb(141,173,22); }

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