#9DAD27

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

Shades of Limerick #9DAD27

Tints of Limerick #9DAD27

Color information

#9DAD27 (or 0x9DAD27) is unknown color: approx Limerick. HEX triplet: 9D, AD and 27. RGB value is (157,173,39). Sum of RGB (Red+Green+Blue) = 157+173+39=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAD27 is #6252D8. Grayscale: #999999. Windows color (decimal): -6443737 or 2600349. OLE color: 2600349.

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

Color convert

RGB15717339-
CMYK0.0900.770.32
HSL67.16º63.21%41.57%-
HSV(B)67.16º77.46%67.84%-
XYZ29.2137.27.56-
YUV152.9463.7130.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 39 (15.62% from 255) = 10.57%
R=42.55%
G=46.88%
B=10.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157173390.0900.770.3267.1663.2141.57
Hex9DAD27904D20433f2a
Octal23525547110115401037752
Binary10011101101011011001111001010011011000001000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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