Shades of Limerick #90AF3B
Tints of Limerick #90AF3B
RGB
CMYK
RGB Variations
Color information
#90AF3B (or 0x90AF3B) is known color: Limerick. HEX triplet: 90, AF and 3B. RGB value is (144,175,59). Sum of RGB (Red+Green+Blue) = 144+175+59=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF3B is #6F50C4. Grayscale: #989898. Windows color (decimal): -7295173 or 3911568. OLE color: 3911568.
HSL color Cylindrical-coordinate representation of color #90AF3B: hue angle of 76.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90AF3B is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 59 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.31 |
| HSL | 76.03º | 0.5% | 0.46% | - |
| HSV(B) | 76.03º | 0.66% | 0.69% | - |
| XYZ | 27.62 | 36.91 | 9.81 | - |
| YUV | 152.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 59 | 0.18 | 0 | 0.66 | 0.31 | 76.03 | 0.5 | 0.46 |
| Hex | 90 | AF | 3B | 12 | 0 | 42 | 1F | 4C | 32 | 2E |
| Octal | 220 | 257 | 73 | 22 | 0 | 102 | 37 | 114 | 62 | 56 |
| Binary | 10010000 | 10101111 | 111011 | 10010 | 0 | 1000010 | 11111 | 1001100 | 110010 | 101110 |
Color Harmonies of #90AF3B
Complementary color
Monochromatic Colors of #90AF3B
Black with #90AF3B
Text Example
Text Example
White with #90AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF3B; }
p { color: rgb(144,175,59); }
H1.HeaderClassName
{
color: #90AF3B;
}
.AnyTagClassName
{
color: #90AF3B;
}
</style>
background-color css
<style>
a { background-color: #90AF3B; }
a { background-color: rgb(144,175,59); }
div.DivClassName
{
background-color: #90AF3B;
}
.BgClassName
{
background-color: #90AF3B;
}
</style>
border-color css
<style>
span { border-color: #90AF3B; }
span { border-color: rgb(144,175,59); }
td.TdClassName
{
border-color: #90AF3B;
}
.TagClassName
{
border-color: #90AF3B;
}
</style>