Shades of Limerick #90AC2F
Tints of Limerick #90AC2F
RGB
CMYK
RGB Variations
Color information
#90AC2F (or 0x90AC2F) is known color: Limerick. HEX triplet: 90, AC and 2F. RGB value is (144,172,47). Sum of RGB (Red+Green+Blue) = 144+172+47=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AC2F is #6F53D0. Grayscale: #959595. Windows color (decimal): -7295953 or 3124368. OLE color: 3124368.
HSL color Cylindrical-coordinate representation of color #90AC2F: hue angle of 73.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90AC2F is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 47 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.33 |
| HSL | 73.44º | 0.57% | 0.43% | - |
| HSV(B) | 73.44º | 0.73% | 0.67% | - |
| XYZ | 26.77 | 35.64 | 8.16 | - |
| YUV | 149.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 47 | 0.16 | 0 | 0.73 | 0.33 | 73.44 | 0.57 | 0.43 |
| Hex | 90 | AC | 2F | 10 | 0 | 49 | 21 | 49 | 39 | 2B |
| Octal | 220 | 254 | 57 | 20 | 0 | 111 | 41 | 111 | 71 | 53 |
| Binary | 10010000 | 10101100 | 101111 | 10000 | 0 | 1001001 | 100001 | 1001001 | 111001 | 101011 |
Color Harmonies of #90AC2F
Complementary color
Monochromatic Colors of #90AC2F
Black with #90AC2F
Text Example
Text Example
White with #90AC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC2F; }
p { color: rgb(144,172,47); }
H1.HeaderClassName
{
color: #90AC2F;
}
.AnyTagClassName
{
color: #90AC2F;
}
</style>
background-color css
<style>
a { background-color: #90AC2F; }
a { background-color: rgb(144,172,47); }
div.DivClassName
{
background-color: #90AC2F;
}
.BgClassName
{
background-color: #90AC2F;
}
</style>
border-color css
<style>
span { border-color: #90AC2F; }
span { border-color: rgb(144,172,47); }
td.TdClassName
{
border-color: #90AC2F;
}
.TagClassName
{
border-color: #90AC2F;
}
</style>