Html Css Color HEX #9DAD32 Limerick

📋 copy color: '#9DAD32'

red 157 ◦ green 173 ◦ blue 50

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

Shades of Limerick #9DAD32

Tints of Limerick #9DAD32

RGB

 RED value IS 157 (61.72% from 255) = 41.32%

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

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 41.32%
G = 45.53%
B = 13.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#9DAD32 (or 0x9DAD32) is known color: Limerick. HEX triplet: 9D, AD and 32. RGB value is (157,173,50). Sum of RGB (Red+Green+Blue) = 157+173+50=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD32 is #6252CD. Grayscale: #9A9A9A. Windows color (decimal): -6443726 or 3321245. OLE color: 3321245.

HSL color Cylindrical-coordinate representation of color #9DAD32: hue angle of 67.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DAD32 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 173 50 -
CMYK 0.09 0 0.71 0.32
HSL 67.8º 0.55% 0.44% -
HSV(B) 67.8º 0.71% 0.68% -
XYZ 29.42 37.29 8.66 -
YUV 154.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 157 173 50 0.09 0 0.71 0.32 67.8 0.55 0.44
Hex 9D AD 32 9 0 47 20 44 37 2C
Octal 235 255 62 11 0 107 40 104 67 54
Binary 10011101 10101101 110010 1001 0 1000111 100000 1000100 110111 101100

Color Harmonies of #9DAD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD32

Black with #9DAD32

Text Example


Text Example

White with #9DAD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAD32; }

 p { color: rgb(157,173,50); }

 H1.HeaderClassName
 {
   color: #9DAD32;
 }
 .AnyTagClassName
 {
   color: #9DAD32;
 }
</style>

background-color css

<style>
 a { background-color: #9DAD32; }

 a { background-color: rgb(157,173,50); }

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

border-color css

<style>
 span { border-color: #9DAD32; }

 span { border-color: rgb(157,173,50); }

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