Shades of Kelly Green #3CA60A
Tints of Kelly Green #3CA60A
RGB
CMYK
RGB Variations
Color information
#3CA60A (or 0x3CA60A) is known color: Kelly Green. HEX triplet: 3C, A6 and 0A. RGB value is (60,166,10). Sum of RGB (Red+Green+Blue) = 60+166+10=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 166 (65.23% from 255 or 70.34% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA60A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA60A is #C359F5. Grayscale: #757575. Windows color (decimal): -12802550 or 697916. OLE color: 697916.
HSL color Cylindrical-coordinate representation of color #3CA60A: hue angle of 100.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CA60A is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 10 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.35 |
| HSL | 100.77º | 0.89% | 0.35% | - |
| HSV(B) | 100.77º | 0.94% | 0.65% | - |
| XYZ | 15.55 | 28.26 | 4.92 | - |
| YUV | 116.52 | 67.88 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 10 | 0.64 | 0 | 0.94 | 0.35 | 100.77 | 0.89 | 0.35 |
| Hex | 3C | A6 | A | 40 | 0 | 5E | 23 | 65 | 59 | 23 |
| Octal | 74 | 246 | 12 | 100 | 0 | 136 | 43 | 145 | 131 | 43 |
| Binary | 111100 | 10100110 | 1010 | 1000000 | 0 | 1011110 | 100011 | 1100101 | 1011001 | 100011 |
Color Harmonies of #3CA60A
Complementary color
Monochromatic Colors of #3CA60A
Black with #3CA60A
Text Example
Text Example
White with #3CA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA60A; }
p { color: rgb(60,166,10); }
H1.HeaderClassName
{
color: #3CA60A;
}
.AnyTagClassName
{
color: #3CA60A;
}
</style>
background-color css
<style>
a { background-color: #3CA60A; }
a { background-color: rgb(60,166,10); }
div.DivClassName
{
background-color: #3CA60A;
}
.BgClassName
{
background-color: #3CA60A;
}
</style>
border-color css
<style>
span { border-color: #3CA60A; }
span { border-color: rgb(60,166,10); }
td.TdClassName
{
border-color: #3CA60A;
}
.TagClassName
{
border-color: #3CA60A;
}
</style>