Shades of Limerick #90AF31
Tints of Limerick #90AF31
RGB
CMYK
RGB Variations
Color information
#90AF31 (or 0x90AF31) is known color: Limerick. HEX triplet: 90, AF and 31. RGB value is (144,175,49). Sum of RGB (Red+Green+Blue) = 144+175+49=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF31 is #6F50CE. Grayscale: #979797. Windows color (decimal): -7295183 or 3256208. OLE color: 3256208.
HSL color Cylindrical-coordinate representation of color #90AF31: hue angle of 74.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90AF31 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 49 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.31 |
| HSL | 74.76º | 0.56% | 0.44% | - |
| HSV(B) | 74.76º | 0.72% | 0.69% | - |
| XYZ | 27.39 | 36.81 | 8.57 | - |
| YUV | 151.37 | 70.23 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 49 | 0.18 | 0 | 0.72 | 0.31 | 74.76 | 0.56 | 0.44 |
| Hex | 90 | AF | 31 | 12 | 0 | 48 | 1F | 4B | 38 | 2C |
| Octal | 220 | 257 | 61 | 22 | 0 | 110 | 37 | 113 | 70 | 54 |
| Binary | 10010000 | 10101111 | 110001 | 10010 | 0 | 1001000 | 11111 | 1001011 | 111000 | 101100 |
Color Harmonies of #90AF31
Complementary color
Monochromatic Colors of #90AF31
Black with #90AF31
Text Example
Text Example
White with #90AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF31; }
p { color: rgb(144,175,49); }
H1.HeaderClassName
{
color: #90AF31;
}
.AnyTagClassName
{
color: #90AF31;
}
</style>
background-color css
<style>
a { background-color: #90AF31; }
a { background-color: rgb(144,175,49); }
div.DivClassName
{
background-color: #90AF31;
}
.BgClassName
{
background-color: #90AF31;
}
</style>
border-color css
<style>
span { border-color: #90AF31; }
span { border-color: rgb(144,175,49); }
td.TdClassName
{
border-color: #90AF31;
}
.TagClassName
{
border-color: #90AF31;
}
</style>