Shades of Limerick #90AF21
Tints of Limerick #90AF21
RGB
CMYK
RGB Variations
Color information
#90AF21 (or 0x90AF21) is known color: Limerick. HEX triplet: 90, AF and 21. RGB value is (144,175,33). Sum of RGB (Red+Green+Blue) = 144+175+33=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF21 is #6F50DE. Grayscale: #969696. Windows color (decimal): -7295199 or 2207632. OLE color: 2207632.
HSL color Cylindrical-coordinate representation of color #90AF21: hue angle of 73.1º degrees, saturation: 0.68, 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 #90AF21 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 33 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.31 |
| HSL | 73.1º | 0.68% | 0.41% | - |
| HSV(B) | 73.1º | 0.81% | 0.69% | - |
| XYZ | 27.11 | 36.7 | 7.09 | - |
| YUV | 149.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 33 | 0.18 | 0 | 0.81 | 0.31 | 73.1 | 0.68 | 0.41 |
| Hex | 90 | AF | 21 | 12 | 0 | 51 | 1F | 49 | 44 | 29 |
| Octal | 220 | 257 | 41 | 22 | 0 | 121 | 37 | 111 | 104 | 51 |
| Binary | 10010000 | 10101111 | 100001 | 10010 | 0 | 1010001 | 11111 | 1001001 | 1000100 | 101001 |
Color Harmonies of #90AF21
Complementary color
Monochromatic Colors of #90AF21
Black with #90AF21
Text Example
Text Example
White with #90AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF21; }
p { color: rgb(144,175,33); }
H1.HeaderClassName
{
color: #90AF21;
}
.AnyTagClassName
{
color: #90AF21;
}
</style>
background-color css
<style>
a { background-color: #90AF21; }
a { background-color: rgb(144,175,33); }
div.DivClassName
{
background-color: #90AF21;
}
.BgClassName
{
background-color: #90AF21;
}
</style>
border-color css
<style>
span { border-color: #90AF21; }
span { border-color: rgb(144,175,33); }
td.TdClassName
{
border-color: #90AF21;
}
.TagClassName
{
border-color: #90AF21;
}
</style>