Shades of Limerick #9AAE30
Tints of Limerick #9AAE30
RGB
CMYK
RGB Variations
Color information
#9AAE30 (or 0x9AAE30) is known color: Limerick. HEX triplet: 9A, AE and 30. RGB value is (154,174,48). Sum of RGB (Red+Green+Blue) = 154+174+48=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAE30 is #6551CF. Grayscale: #9A9A9A. Windows color (decimal): -6640080 or 3190426. OLE color: 3190426.
HSL color Cylindrical-coordinate representation of color #9AAE30: hue angle of 69.52º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AAE30 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 48 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.32 |
| HSL | 69.52º | 0.57% | 0.44% | - |
| HSV(B) | 69.52º | 0.72% | 0.68% | - |
| XYZ | 29 | 37.36 | 8.48 | - |
| YUV | 153.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 48 | 0.11 | 0 | 0.72 | 0.32 | 69.52 | 0.57 | 0.44 |
| Hex | 9A | AE | 30 | B | 0 | 48 | 20 | 46 | 39 | 2C |
| Octal | 232 | 256 | 60 | 13 | 0 | 110 | 40 | 106 | 71 | 54 |
| Binary | 10011010 | 10101110 | 110000 | 1011 | 0 | 1001000 | 100000 | 1000110 | 111001 | 101100 |
Color Harmonies of #9AAE30
Complementary color
Monochromatic Colors of #9AAE30
Black with #9AAE30
Text Example
Text Example
White with #9AAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE30; }
p { color: rgb(154,174,48); }
H1.HeaderClassName
{
color: #9AAE30;
}
.AnyTagClassName
{
color: #9AAE30;
}
</style>
background-color css
<style>
a { background-color: #9AAE30; }
a { background-color: rgb(154,174,48); }
div.DivClassName
{
background-color: #9AAE30;
}
.BgClassName
{
background-color: #9AAE30;
}
</style>
border-color css
<style>
span { border-color: #9AAE30; }
span { border-color: rgb(154,174,48); }
td.TdClassName
{
border-color: #9AAE30;
}
.TagClassName
{
border-color: #9AAE30;
}
</style>