Shades of Limerick #90AF29
Tints of Limerick #90AF29
RGB
CMYK
RGB Variations
Color information
#90AF29 (or 0x90AF29) is known color: Limerick. HEX triplet: 90, AF and 29. RGB value is (144,175,41). Sum of RGB (Red+Green+Blue) = 144+175+41=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF29 is #6F50D6. Grayscale: #969696. Windows color (decimal): -7295191 or 2731920. OLE color: 2731920.
HSL color Cylindrical-coordinate representation of color #90AF29: hue angle of 73.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90AF29 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 41 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.31 |
| HSL | 73.88º | 0.62% | 0.42% | - |
| HSV(B) | 73.88º | 0.77% | 0.69% | - |
| XYZ | 27.23 | 36.75 | 7.76 | - |
| YUV | 150.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 41 | 0.18 | 0 | 0.77 | 0.31 | 73.88 | 0.62 | 0.42 |
| Hex | 90 | AF | 29 | 12 | 0 | 4D | 1F | 4A | 3E | 2A |
| Octal | 220 | 257 | 51 | 22 | 0 | 115 | 37 | 112 | 76 | 52 |
| Binary | 10010000 | 10101111 | 101001 | 10010 | 0 | 1001101 | 11111 | 1001010 | 111110 | 101010 |
Color Harmonies of #90AF29
Complementary color
Monochromatic Colors of #90AF29
Black with #90AF29
Text Example
Text Example
White with #90AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF29; }
p { color: rgb(144,175,41); }
H1.HeaderClassName
{
color: #90AF29;
}
.AnyTagClassName
{
color: #90AF29;
}
</style>
background-color css
<style>
a { background-color: #90AF29; }
a { background-color: rgb(144,175,41); }
div.DivClassName
{
background-color: #90AF29;
}
.BgClassName
{
background-color: #90AF29;
}
</style>
border-color css
<style>
span { border-color: #90AF29; }
span { border-color: rgb(144,175,41); }
td.TdClassName
{
border-color: #90AF29;
}
.TagClassName
{
border-color: #90AF29;
}
</style>