#9DAD24

Color #9DAD24 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #9DAD24

Tints of Limerick #9DAD24

Color information

#9DAD24 (or 0x9DAD24) is unknown color: approx Limerick. HEX triplet: 9D, AD and 24. RGB value is (157,173,36). Sum of RGB (Red+Green+Blue) = 157+173+36=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD24 is #6252DB. Grayscale: #999999. Windows color (decimal): -6443740 or 2403741. OLE color: 2403741.

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

Color convert

RGB15717336-
CMYK0.0900.790.32
HSL67.01º65.55%40.98%-
HSV(B)67.01º79.19%67.84%-
XYZ29.1737.187.31-
YUV152.662.2131.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 36 (14.45% from 255) = 9.84%
R=42.90%
G=47.27%
B=9.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157173360.0900.790.3267.0165.5540.98
Hex9DAD24904F20434229
Octal235255441101174010310251
Binary100111011010110110010010010100111110000010000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAD24;
 }
 .AnyTagClassName
 {
   color: #9DAD24;
 }
</style>
background-color css

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

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

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

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

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

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