Shades of Limerick #9AAA38
Tints of Limerick #9AAA38
RGB
CMYK
RGB Variations
Color information
#9AAA38 (or 0x9AAA38) is known color: Limerick. HEX triplet: 9A, AA and 38. RGB value is (154,170,56). Sum of RGB (Red+Green+Blue) = 154+170+56=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA38 is #6555C7. Grayscale: #989898. Windows color (decimal): -6641096 or 3713690. OLE color: 3713690.
HSL color Cylindrical-coordinate representation of color #9AAA38: hue angle of 68.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AAA38 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 56 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.33 |
| HSL | 68.42º | 0.5% | 0.44% | - |
| HSV(B) | 68.42º | 0.67% | 0.67% | - |
| XYZ | 28.41 | 35.91 | 9.17 | - |
| YUV | 152.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 56 | 0.09 | 0 | 0.67 | 0.33 | 68.42 | 0.5 | 0.44 |
| Hex | 9A | AA | 38 | 9 | 0 | 43 | 21 | 44 | 32 | 2C |
| Octal | 232 | 252 | 70 | 11 | 0 | 103 | 41 | 104 | 62 | 54 |
| Binary | 10011010 | 10101010 | 111000 | 1001 | 0 | 1000011 | 100001 | 1000100 | 110010 | 101100 |
Color Harmonies of #9AAA38
Complementary color
Monochromatic Colors of #9AAA38
Black with #9AAA38
Text Example
Text Example
White with #9AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA38; }
p { color: rgb(154,170,56); }
H1.HeaderClassName
{
color: #9AAA38;
}
.AnyTagClassName
{
color: #9AAA38;
}
</style>
background-color css
<style>
a { background-color: #9AAA38; }
a { background-color: rgb(154,170,56); }
div.DivClassName
{
background-color: #9AAA38;
}
.BgClassName
{
background-color: #9AAA38;
}
</style>
border-color css
<style>
span { border-color: #9AAA38; }
span { border-color: rgb(154,170,56); }
td.TdClassName
{
border-color: #9AAA38;
}
.TagClassName
{
border-color: #9AAA38;
}
</style>