Shades of Limerick #9FAA33
Tints of Limerick #9FAA33
RGB
CMYK
RGB Variations
Color information
#9FAA33 (or 0x9FAA33) is known color: Limerick. HEX triplet: 9F, AA and 33. RGB value is (159,170,51). Sum of RGB (Red+Green+Blue) = 159+170+51=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA33 is #6055CC. Grayscale: #999999. Windows color (decimal): -6313421 or 3386015. OLE color: 3386015.
HSL color Cylindrical-coordinate representation of color #9FAA33: hue angle of 65.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 #9FAA33 is Cyan = 0.06, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 51 | - |
| CMYK | 0.06 | 0 | 0.7 | 0.33 |
| HSL | 65.55º | 0.54% | 0.43% | - |
| HSV(B) | 65.55º | 0.7% | 0.67% | - |
| XYZ | 29.27 | 36.36 | 8.61 | - |
| YUV | 153.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 51 | 0.06 | 0 | 0.7 | 0.33 | 65.55 | 0.54 | 0.43 |
| Hex | 9F | AA | 33 | 6 | 0 | 46 | 21 | 42 | 36 | 2B |
| Octal | 237 | 252 | 63 | 6 | 0 | 106 | 41 | 102 | 66 | 53 |
| Binary | 10011111 | 10101010 | 110011 | 110 | 0 | 1000110 | 100001 | 1000010 | 110110 | 101011 |
Color Harmonies of #9FAA33
Complementary color
Monochromatic Colors of #9FAA33
Black with #9FAA33
Text Example
Text Example
White with #9FAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA33; }
p { color: rgb(159,170,51); }
H1.HeaderClassName
{
color: #9FAA33;
}
.AnyTagClassName
{
color: #9FAA33;
}
</style>
background-color css
<style>
a { background-color: #9FAA33; }
a { background-color: rgb(159,170,51); }
div.DivClassName
{
background-color: #9FAA33;
}
.BgClassName
{
background-color: #9FAA33;
}
</style>
border-color css
<style>
span { border-color: #9FAA33; }
span { border-color: rgb(159,170,51); }
td.TdClassName
{
border-color: #9FAA33;
}
.TagClassName
{
border-color: #9FAA33;
}
</style>