Shades of Limerick #8CAF32
Tints of Limerick #8CAF32
RGB
CMYK
RGB Variations
Color information
#8CAF32 (or 0x8CAF32) is known color: Limerick. HEX triplet: 8C, AF and 32. RGB value is (140,175,50). Sum of RGB (Red+Green+Blue) = 140+175+50=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF32 is #7350CD. Grayscale: #969696. Windows color (decimal): -7557326 or 3321740. OLE color: 3321740.
HSL color Cylindrical-coordinate representation of color #8CAF32: hue angle of 76.8º 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 #8CAF32 is Cyan = 0.2, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 50 | - |
| CMYK | 0.2 | 0 | 0.71 | 0.31 |
| HSL | 76.8º | 0.56% | 0.44% | - |
| HSV(B) | 76.8º | 0.71% | 0.69% | - |
| XYZ | 26.72 | 36.47 | 8.65 | - |
| YUV | 150.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 50 | 0.2 | 0 | 0.71 | 0.31 | 76.8 | 0.56 | 0.44 |
| Hex | 8C | AF | 32 | 14 | 0 | 47 | 1F | 4D | 38 | 2C |
| Octal | 214 | 257 | 62 | 24 | 0 | 107 | 37 | 115 | 70 | 54 |
| Binary | 10001100 | 10101111 | 110010 | 10100 | 0 | 1000111 | 11111 | 1001101 | 111000 | 101100 |
Color Harmonies of #8CAF32
Complementary color
Monochromatic Colors of #8CAF32
Black with #8CAF32
Text Example
Text Example
White with #8CAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF32; }
p { color: rgb(140,175,50); }
H1.HeaderClassName
{
color: #8CAF32;
}
.AnyTagClassName
{
color: #8CAF32;
}
</style>
background-color css
<style>
a { background-color: #8CAF32; }
a { background-color: rgb(140,175,50); }
div.DivClassName
{
background-color: #8CAF32;
}
.BgClassName
{
background-color: #8CAF32;
}
</style>
border-color css
<style>
span { border-color: #8CAF32; }
span { border-color: rgb(140,175,50); }
td.TdClassName
{
border-color: #8CAF32;
}
.TagClassName
{
border-color: #8CAF32;
}
</style>