Shades of Limerick #9AAF24
Tints of Limerick #9AAF24
RGB
CMYK
RGB Variations
Color information
#9AAF24 (or 0x9AAF24) is known color: Limerick. HEX triplet: 9A, AF and 24. RGB value is (154,175,36). Sum of RGB (Red+Green+Blue) = 154+175+36=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF24 is #6550DB. Grayscale: #999999. Windows color (decimal): -6639836 or 2404250. OLE color: 2404250.
HSL color Cylindrical-coordinate representation of color #9AAF24: hue angle of 69.06º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9AAF24 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 36 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.31 |
| HSL | 69.06º | 0.66% | 0.41% | - |
| HSV(B) | 69.06º | 0.79% | 0.69% | - |
| XYZ | 28.97 | 37.66 | 7.41 | - |
| YUV | 152.88 | 62.04 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 36 | 0.12 | 0 | 0.79 | 0.31 | 69.06 | 0.66 | 0.41 |
| Hex | 9A | AF | 24 | C | 0 | 4F | 1F | 45 | 42 | 29 |
| Octal | 232 | 257 | 44 | 14 | 0 | 117 | 37 | 105 | 102 | 51 |
| Binary | 10011010 | 10101111 | 100100 | 1100 | 0 | 1001111 | 11111 | 1000101 | 1000010 | 101001 |
Color Harmonies of #9AAF24
Complementary color
Monochromatic Colors of #9AAF24
Black with #9AAF24
Text Example
Text Example
White with #9AAF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF24; }
p { color: rgb(154,175,36); }
H1.HeaderClassName
{
color: #9AAF24;
}
.AnyTagClassName
{
color: #9AAF24;
}
</style>
background-color css
<style>
a { background-color: #9AAF24; }
a { background-color: rgb(154,175,36); }
div.DivClassName
{
background-color: #9AAF24;
}
.BgClassName
{
background-color: #9AAF24;
}
</style>
border-color css
<style>
span { border-color: #9AAF24; }
span { border-color: rgb(154,175,36); }
td.TdClassName
{
border-color: #9AAF24;
}
.TagClassName
{
border-color: #9AAF24;
}
</style>