Html Css Color HEX #8DAD42 Limerick

📋 copy color: '#8DAD42'

red 141 ◦ green 173 ◦ blue 66

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

Shades of Limerick #8DAD42

Tints of Limerick #8DAD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 37.11%
G = 45.53%
B = 17.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#8DAD42 (or 0x8DAD42) is known color: Limerick. HEX triplet: 8D, AD and 42. RGB value is (141,173,66). Sum of RGB (Red+Green+Blue) = 141+173+66=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD42 is #7252BD. Grayscale: #979797. Windows color (decimal): -7492286 or 4369805. OLE color: 4369805.

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

Color convert

RGB 141 173 66 -
CMYK 0.18 0 0.62 0.32
HSL 77.94º 0.45% 0.47% -
HSV(B) 77.94º 0.62% 0.68% -
XYZ 26.91 35.94 10.67 -
YUV 151.23 79.9 120.7 -
System Red Green Blue C M Y K H S L
Decimal 141 173 66 0.18 0 0.62 0.32 77.94 0.45 0.47
Hex 8D AD 42 12 0 3E 20 4E 2D 2F
Octal 215 255 102 22 0 76 40 116 55 57
Binary 10001101 10101101 1000010 10010 0 111110 100000 1001110 101101 101111

Color Harmonies of #8DAD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD42

Black with #8DAD42

Text Example


Text Example

White with #8DAD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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