Shades of Limerick #9AAF3A
Tints of Limerick #9AAF3A
RGB
CMYK
RGB Variations
Color information
#9AAF3A (or 0x9AAF3A) is known color: Limerick. HEX triplet: 9A, AF and 3A. RGB value is (154,175,58). Sum of RGB (Red+Green+Blue) = 154+175+58=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF3A is #6550C5. Grayscale: #9B9B9B. Windows color (decimal): -6639814 or 3846042. OLE color: 3846042.
HSL color Cylindrical-coordinate representation of color #9AAF3A: hue angle of 70.77º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AAF3A is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 58 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.31 |
| HSL | 70.77º | 0.5% | 0.46% | - |
| HSV(B) | 70.77º | 0.67% | 0.69% | - |
| XYZ | 29.42 | 37.84 | 9.76 | - |
| YUV | 155.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 58 | 0.12 | 0 | 0.67 | 0.31 | 70.77 | 0.5 | 0.46 |
| Hex | 9A | AF | 3A | C | 0 | 43 | 1F | 47 | 32 | 2E |
| Octal | 232 | 257 | 72 | 14 | 0 | 103 | 37 | 107 | 62 | 56 |
| Binary | 10011010 | 10101111 | 111010 | 1100 | 0 | 1000011 | 11111 | 1000111 | 110010 | 101110 |
Color Harmonies of #9AAF3A
Complementary color
Monochromatic Colors of #9AAF3A
Black with #9AAF3A
Text Example
Text Example
White with #9AAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF3A; }
p { color: rgb(154,175,58); }
H1.HeaderClassName
{
color: #9AAF3A;
}
.AnyTagClassName
{
color: #9AAF3A;
}
</style>
background-color css
<style>
a { background-color: #9AAF3A; }
a { background-color: rgb(154,175,58); }
div.DivClassName
{
background-color: #9AAF3A;
}
.BgClassName
{
background-color: #9AAF3A;
}
</style>
border-color css
<style>
span { border-color: #9AAF3A; }
span { border-color: rgb(154,175,58); }
td.TdClassName
{
border-color: #9AAF3A;
}
.TagClassName
{
border-color: #9AAF3A;
}
</style>