#9DAA33

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

Shades of Limerick #9DAA33

Tints of Limerick #9DAA33

Color information

#9DAA33 (or 0x9DAA33) is unknown color: approx Limerick. HEX triplet: 9D, AA and 33. RGB value is (157,170,51). Sum of RGB (Red+Green+Blue) = 157+170+51=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA33 is #6255CC. Grayscale: #999999. Windows color (decimal): -6444493 or 3386013. OLE color: 3386013.

HSL color Cylindrical-coordinate representation of color #9DAA33: hue angle of 66.55º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DAA33 is Cyan = 0.08, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB15717051-
CMYK0.0800.70.33
HSL66.55º53.85%43.33%-
HSV(B)66.55º70%66.67%-
XYZ28.8836.168.59-
YUV152.5570.69131.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 170 (66.80% from 255) = 44.97%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=41.53%
G=44.97%
B=13.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170510.0800.70.3366.5553.8543.33
Hex9DAA3380462143362b
Octal23525263100106411036653
Binary10011101101010101100111000010001101000011000011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,51); }

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

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

 a { background-color: rgb(157,170,51); }

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

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

 span { border-color: rgb(157,170,51); }

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