Shades of Kelly Green #3CA610
Tints of Kelly Green #3CA610
RGB
CMYK
RGB Variations
Color information
#3CA610 (or 0x3CA610) is known color: Kelly Green. HEX triplet: 3C, A6 and 10. RGB value is (60,166,16). Sum of RGB (Red+Green+Blue) = 60+166+16=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA610 is #C359EF. Grayscale: #757575. Windows color (decimal): -12802544 or 1091132. OLE color: 1091132.
HSL color Cylindrical-coordinate representation of color #3CA610: hue angle of 102.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CA610 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 16 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.35 |
| HSL | 102.4º | 0.82% | 0.36% | - |
| HSV(B) | 102.4º | 0.9% | 0.65% | - |
| XYZ | 15.59 | 28.27 | 5.13 | - |
| YUV | 117.21 | 70.88 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 16 | 0.64 | 0 | 0.90 | 0.35 | 102.4 | 0.82 | 0.36 |
| Hex | 3C | A6 | 10 | 40 | 0 | 5A | 23 | 66 | 52 | 24 |
| Octal | 74 | 246 | 20 | 100 | 0 | 132 | 43 | 146 | 122 | 44 |
| Binary | 111100 | 10100110 | 10000 | 1000000 | 0 | 1011010 | 100011 | 1100110 | 1010010 | 100100 |
Color Harmonies of #3CA610
Complementary color
Monochromatic Colors of #3CA610
Black with #3CA610
Text Example
Text Example
White with #3CA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA610; }
p { color: rgb(60,166,16); }
H1.HeaderClassName
{
color: #3CA610;
}
.AnyTagClassName
{
color: #3CA610;
}
</style>
background-color css
<style>
a { background-color: #3CA610; }
a { background-color: rgb(60,166,16); }
div.DivClassName
{
background-color: #3CA610;
}
.BgClassName
{
background-color: #3CA610;
}
</style>
border-color css
<style>
span { border-color: #3CA610; }
span { border-color: rgb(60,166,16); }
td.TdClassName
{
border-color: #3CA610;
}
.TagClassName
{
border-color: #3CA610;
}
</style>