Shades of Kelly Green #3CA110
Tints of Kelly Green #3CA110
RGB
CMYK
RGB Variations
Color information
#3CA110 (or 0x3CA110) is known color: Kelly Green. HEX triplet: 3C, A1 and 10. RGB value is (60,161,16). Sum of RGB (Red+Green+Blue) = 60+161+16=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA110 is #C35EEF. Grayscale: #727272. Windows color (decimal): -12803824 or 1089852. OLE color: 1089852.
HSL color Cylindrical-coordinate representation of color #3CA110: hue angle of 101.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CA110 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 16 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.37 |
| HSL | 101.79º | 0.82% | 0.35% | - |
| HSV(B) | 101.79º | 0.9% | 0.63% | - |
| XYZ | 14.7 | 26.49 | 4.83 | - |
| YUV | 114.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 16 | 0.63 | 0 | 0.90 | 0.37 | 101.79 | 0.82 | 0.35 |
| Hex | 3C | A1 | 10 | 3F | 0 | 5A | 25 | 66 | 52 | 23 |
| Octal | 74 | 241 | 20 | 77 | 0 | 132 | 45 | 146 | 122 | 43 |
| Binary | 111100 | 10100001 | 10000 | 111111 | 0 | 1011010 | 100101 | 1100110 | 1010010 | 100011 |
Color Harmonies of #3CA110
Complementary color
Monochromatic Colors of #3CA110
Black with #3CA110
Text Example
Text Example
White with #3CA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA110; }
p { color: rgb(60,161,16); }
H1.HeaderClassName
{
color: #3CA110;
}
.AnyTagClassName
{
color: #3CA110;
}
</style>
background-color css
<style>
a { background-color: #3CA110; }
a { background-color: rgb(60,161,16); }
div.DivClassName
{
background-color: #3CA110;
}
.BgClassName
{
background-color: #3CA110;
}
</style>
border-color css
<style>
span { border-color: #3CA110; }
span { border-color: rgb(60,161,16); }
td.TdClassName
{
border-color: #3CA110;
}
.TagClassName
{
border-color: #3CA110;
}
</style>