Shades of Limerick #9AA82F
Tints of Limerick #9AA82F
RGB
CMYK
RGB Variations
Color information
#9AA82F (or 0x9AA82F) is known color: Limerick. HEX triplet: 9A, A8 and 2F. RGB value is (154,168,47). Sum of RGB (Red+Green+Blue) = 154+168+47=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA82F is #6557D0. Grayscale: #969696. Windows color (decimal): -6641617 or 3123354. OLE color: 3123354.
HSL color Cylindrical-coordinate representation of color #9AA82F: hue angle of 66.94º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AA82F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 47 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.34 |
| HSL | 66.94º | 0.56% | 0.42% | - |
| HSV(B) | 66.94º | 0.72% | 0.66% | - |
| XYZ | 27.84 | 35.08 | 7.99 | - |
| YUV | 150.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 47 | 0.08 | 0 | 0.72 | 0.34 | 66.94 | 0.56 | 0.42 |
| Hex | 9A | A8 | 2F | 8 | 0 | 48 | 22 | 43 | 38 | 2A |
| Octal | 232 | 250 | 57 | 10 | 0 | 110 | 42 | 103 | 70 | 52 |
| Binary | 10011010 | 10101000 | 101111 | 1000 | 0 | 1001000 | 100010 | 1000011 | 111000 | 101010 |
Color Harmonies of #9AA82F
Complementary color
Monochromatic Colors of #9AA82F
Black with #9AA82F
Text Example
Text Example
White with #9AA82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA82F; }
p { color: rgb(154,168,47); }
H1.HeaderClassName
{
color: #9AA82F;
}
.AnyTagClassName
{
color: #9AA82F;
}
</style>
background-color css
<style>
a { background-color: #9AA82F; }
a { background-color: rgb(154,168,47); }
div.DivClassName
{
background-color: #9AA82F;
}
.BgClassName
{
background-color: #9AA82F;
}
</style>
border-color css
<style>
span { border-color: #9AA82F; }
span { border-color: rgb(154,168,47); }
td.TdClassName
{
border-color: #9AA82F;
}
.TagClassName
{
border-color: #9AA82F;
}
</style>