Shades of Kelly Green #3CAC13
Tints of Kelly Green #3CAC13
RGB
CMYK
RGB Variations
Color information
#3CAC13 (or 0x3CAC13) is known color: Kelly Green. HEX triplet: 3C, AC and 13. RGB value is (60,172,19). Sum of RGB (Red+Green+Blue) = 60+172+19=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAC13 is #C353EC. Grayscale: #797979. Windows color (decimal): -12801005 or 1289276. OLE color: 1289276.
HSL color Cylindrical-coordinate representation of color #3CAC13: hue angle of 103.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CAC13 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 19 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.33 |
| HSL | 103.92º | 0.8% | 0.37% | - |
| HSV(B) | 103.92º | 0.89% | 0.67% | - |
| XYZ | 16.73 | 30.51 | 5.62 | - |
| YUV | 121.07 | 70.39 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 19 | 0.65 | 0 | 0.89 | 0.33 | 103.92 | 0.8 | 0.37 |
| Hex | 3C | AC | 13 | 41 | 0 | 59 | 21 | 68 | 50 | 25 |
| Octal | 74 | 254 | 23 | 101 | 0 | 131 | 41 | 150 | 120 | 45 |
| Binary | 111100 | 10101100 | 10011 | 1000001 | 0 | 1011001 | 100001 | 1101000 | 1010000 | 100101 |
Color Harmonies of #3CAC13
Complementary color
Monochromatic Colors of #3CAC13
Black with #3CAC13
Text Example
Text Example
White with #3CAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC13; }
p { color: rgb(60,172,19); }
H1.HeaderClassName
{
color: #3CAC13;
}
.AnyTagClassName
{
color: #3CAC13;
}
</style>
background-color css
<style>
a { background-color: #3CAC13; }
a { background-color: rgb(60,172,19); }
div.DivClassName
{
background-color: #3CAC13;
}
.BgClassName
{
background-color: #3CAC13;
}
</style>
border-color css
<style>
span { border-color: #3CAC13; }
span { border-color: rgb(60,172,19); }
td.TdClassName
{
border-color: #3CAC13;
}
.TagClassName
{
border-color: #3CAC13;
}
</style>