Shades of Limerick #96AF20
Tints of Limerick #96AF20
RGB
CMYK
RGB Variations
Color information
#96AF20 (or 0x96AF20) is known color: Limerick. HEX triplet: 96, AF and 20. RGB value is (150,175,32). Sum of RGB (Red+Green+Blue) = 150+175+32=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF20 is #6950DF. Grayscale: #979797. Windows color (decimal): -6901984 or 2142102. OLE color: 2142102.
HSL color Cylindrical-coordinate representation of color #96AF20: hue angle of 70.49º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96AF20 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 32 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.31 |
| HSL | 70.49º | 0.69% | 0.41% | - |
| HSV(B) | 70.49º | 0.82% | 0.69% | - |
| XYZ | 28.17 | 37.25 | 7.07 | - |
| YUV | 151.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 32 | 0.14 | 0 | 0.82 | 0.31 | 70.49 | 0.69 | 0.41 |
| Hex | 96 | AF | 20 | E | 0 | 52 | 1F | 46 | 45 | 29 |
| Octal | 226 | 257 | 40 | 16 | 0 | 122 | 37 | 106 | 105 | 51 |
| Binary | 10010110 | 10101111 | 100000 | 1110 | 0 | 1010010 | 11111 | 1000110 | 1000101 | 101001 |
Color Harmonies of #96AF20
Complementary color
Monochromatic Colors of #96AF20
Black with #96AF20
Text Example
Text Example
White with #96AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF20; }
p { color: rgb(150,175,32); }
H1.HeaderClassName
{
color: #96AF20;
}
.AnyTagClassName
{
color: #96AF20;
}
</style>
background-color css
<style>
a { background-color: #96AF20; }
a { background-color: rgb(150,175,32); }
div.DivClassName
{
background-color: #96AF20;
}
.BgClassName
{
background-color: #96AF20;
}
</style>
border-color css
<style>
span { border-color: #96AF20; }
span { border-color: rgb(150,175,32); }
td.TdClassName
{
border-color: #96AF20;
}
.TagClassName
{
border-color: #96AF20;
}
</style>