Html Css Color HEX #8DAD34 Limerick

📋 copy color: '#8DAD34'

red 141 ◦ green 173 ◦ blue 52

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

Shades of Limerick #8DAD34

Tints of Limerick #8DAD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 38.52%
G = 47.27%
B = 14.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#8DAD34 (or 0x8DAD34) is known color: Limerick. HEX triplet: 8D, AD and 34. RGB value is (141,173,52). Sum of RGB (Red+Green+Blue) = 141+173+52=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD34 is #7252CB. Grayscale: #969696. Windows color (decimal): -7492300 or 3452301. OLE color: 3452301.

HSL color Cylindrical-coordinate representation of color #8DAD34: hue angle of 75.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DAD34 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 173 52 -
CMYK 0.18 0 0.70 0.32
HSL 75.87º 0.54% 0.44% -
HSV(B) 75.87º 0.7% 0.68% -
XYZ 26.55 35.8 8.76 -
YUV 149.64 72.9 121.84 -
System Red Green Blue C M Y K H S L
Decimal 141 173 52 0.18 0 0.70 0.32 75.87 0.54 0.44
Hex 8D AD 34 12 0 46 20 4C 36 2C
Octal 215 255 64 22 0 106 40 114 66 54
Binary 10001101 10101101 110100 10010 0 1000110 100000 1001100 110110 101100

Color Harmonies of #8DAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAD34

Black with #8DAD34

Text Example


Text Example

White with #8DAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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