Shades of Kelly Green #3CAA0C
Tints of Kelly Green #3CAA0C
RGB
CMYK
RGB Variations
Color information
#3CAA0C (or 0x3CAA0C) is known color: Kelly Green. HEX triplet: 3C, AA and 0C. RGB value is (60,170,12). Sum of RGB (Red+Green+Blue) = 60+170+12=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA0C is #C355F3. Grayscale: #777777. Windows color (decimal): -12801524 or 830012. OLE color: 830012.
HSL color Cylindrical-coordinate representation of color #3CAA0C: hue angle of 101.77º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CAA0C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 12 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.33 |
| HSL | 101.77º | 0.87% | 0.36% | - |
| HSV(B) | 101.77º | 0.93% | 0.67% | - |
| XYZ | 16.3 | 29.74 | 5.23 | - |
| YUV | 119.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 12 | 0.65 | 0 | 0.93 | 0.33 | 101.77 | 0.87 | 0.36 |
| Hex | 3C | AA | C | 41 | 0 | 5D | 21 | 66 | 57 | 24 |
| Octal | 74 | 252 | 14 | 101 | 0 | 135 | 41 | 146 | 127 | 44 |
| Binary | 111100 | 10101010 | 1100 | 1000001 | 0 | 1011101 | 100001 | 1100110 | 1010111 | 100100 |
Color Harmonies of #3CAA0C
Complementary color
Monochromatic Colors of #3CAA0C
Black with #3CAA0C
Text Example
Text Example
White with #3CAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA0C; }
p { color: rgb(60,170,12); }
H1.HeaderClassName
{
color: #3CAA0C;
}
.AnyTagClassName
{
color: #3CAA0C;
}
</style>
background-color css
<style>
a { background-color: #3CAA0C; }
a { background-color: rgb(60,170,12); }
div.DivClassName
{
background-color: #3CAA0C;
}
.BgClassName
{
background-color: #3CAA0C;
}
</style>
border-color css
<style>
span { border-color: #3CAA0C; }
span { border-color: rgb(60,170,12); }
td.TdClassName
{
border-color: #3CAA0C;
}
.TagClassName
{
border-color: #3CAA0C;
}
</style>