Shades of Limerick #90AF22
Tints of Limerick #90AF22
RGB
CMYK
RGB Variations
Color information
#90AF22 (or 0x90AF22) is known color: Limerick. HEX triplet: 90, AF and 22. RGB value is (144,175,34). Sum of RGB (Red+Green+Blue) = 144+175+34=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF22 is #6F50DD. Grayscale: #969696. Windows color (decimal): -7295198 or 2273168. OLE color: 2273168.
HSL color Cylindrical-coordinate representation of color #90AF22: hue angle of 73.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90AF22 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 34 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.31 |
| HSL | 73.19º | 0.67% | 0.41% | - |
| HSV(B) | 73.19º | 0.81% | 0.69% | - |
| XYZ | 27.12 | 36.7 | 7.17 | - |
| YUV | 149.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 34 | 0.18 | 0 | 0.81 | 0.31 | 73.19 | 0.67 | 0.41 |
| Hex | 90 | AF | 22 | 12 | 0 | 51 | 1F | 49 | 43 | 29 |
| Octal | 220 | 257 | 42 | 22 | 0 | 121 | 37 | 111 | 103 | 51 |
| Binary | 10010000 | 10101111 | 100010 | 10010 | 0 | 1010001 | 11111 | 1001001 | 1000011 | 101001 |
Color Harmonies of #90AF22
Complementary color
Monochromatic Colors of #90AF22
Black with #90AF22
Text Example
Text Example
White with #90AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF22; }
p { color: rgb(144,175,34); }
H1.HeaderClassName
{
color: #90AF22;
}
.AnyTagClassName
{
color: #90AF22;
}
</style>
background-color css
<style>
a { background-color: #90AF22; }
a { background-color: rgb(144,175,34); }
div.DivClassName
{
background-color: #90AF22;
}
.BgClassName
{
background-color: #90AF22;
}
</style>
border-color css
<style>
span { border-color: #90AF22; }
span { border-color: rgb(144,175,34); }
td.TdClassName
{
border-color: #90AF22;
}
.TagClassName
{
border-color: #90AF22;
}
</style>