Shades of Limerick #9EAF32
Tints of Limerick #9EAF32
RGB
CMYK
RGB Variations
Color information
#9EAF32 (or 0x9EAF32) is known color: Limerick. HEX triplet: 9E, AF and 32. RGB value is (158,175,50). Sum of RGB (Red+Green+Blue) = 158+175+50=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF32 is #6150CD. Grayscale: #9C9C9C. Windows color (decimal): -6377678 or 3321758. OLE color: 3321758.
HSL color Cylindrical-coordinate representation of color #9EAF32: hue angle of 68.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EAF32 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 50 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.31 |
| HSL | 68.16º | 0.56% | 0.44% | - |
| HSV(B) | 68.16º | 0.71% | 0.69% | - |
| XYZ | 30.01 | 38.16 | 8.8 | - |
| YUV | 155.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 50 | 0.10 | 0 | 0.71 | 0.31 | 68.16 | 0.56 | 0.44 |
| Hex | 9E | AF | 32 | A | 0 | 47 | 1F | 44 | 38 | 2C |
| Octal | 236 | 257 | 62 | 12 | 0 | 107 | 37 | 104 | 70 | 54 |
| Binary | 10011110 | 10101111 | 110010 | 1010 | 0 | 1000111 | 11111 | 1000100 | 111000 | 101100 |
Color Harmonies of #9EAF32
Complementary color
Monochromatic Colors of #9EAF32
Black with #9EAF32
Text Example
Text Example
White with #9EAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF32; }
p { color: rgb(158,175,50); }
H1.HeaderClassName
{
color: #9EAF32;
}
.AnyTagClassName
{
color: #9EAF32;
}
</style>
background-color css
<style>
a { background-color: #9EAF32; }
a { background-color: rgb(158,175,50); }
div.DivClassName
{
background-color: #9EAF32;
}
.BgClassName
{
background-color: #9EAF32;
}
</style>
border-color css
<style>
span { border-color: #9EAF32; }
span { border-color: rgb(158,175,50); }
td.TdClassName
{
border-color: #9EAF32;
}
.TagClassName
{
border-color: #9EAF32;
}
</style>