Shades of Kelly Green #3CAA06
Tints of Kelly Green #3CAA06
RGB
CMYK
RGB Variations
Color information
#3CAA06 (or 0x3CAA06) is known color: Kelly Green. HEX triplet: 3C, AA and 06. RGB value is (60,170,6). Sum of RGB (Red+Green+Blue) = 60+170+6=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA06 is #C355F9. Grayscale: #767676. Windows color (decimal): -12801530 or 436796. OLE color: 436796.
HSL color Cylindrical-coordinate representation of color #3CAA06: hue angle of 100.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CAA06 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 6 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.33 |
| HSL | 100.24º | 0.93% | 0.35% | - |
| HSV(B) | 100.24º | 0.96% | 0.67% | - |
| XYZ | 16.27 | 29.72 | 5.05 | - |
| YUV | 118.41 | 64.56 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 6 | 0.65 | 0 | 0.96 | 0.33 | 100.24 | 0.93 | 0.35 |
| Hex | 3C | AA | 6 | 41 | 0 | 60 | 21 | 64 | 5D | 23 |
| Octal | 74 | 252 | 6 | 101 | 0 | 140 | 41 | 144 | 135 | 43 |
| Binary | 111100 | 10101010 | 110 | 1000001 | 0 | 1100000 | 100001 | 1100100 | 1011101 | 100011 |
Color Harmonies of #3CAA06
Complementary color
Monochromatic Colors of #3CAA06
Black with #3CAA06
Text Example
Text Example
White with #3CAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA06; }
p { color: rgb(60,170,6); }
H1.HeaderClassName
{
color: #3CAA06;
}
.AnyTagClassName
{
color: #3CAA06;
}
</style>
background-color css
<style>
a { background-color: #3CAA06; }
a { background-color: rgb(60,170,6); }
div.DivClassName
{
background-color: #3CAA06;
}
.BgClassName
{
background-color: #3CAA06;
}
</style>
border-color css
<style>
span { border-color: #3CAA06; }
span { border-color: rgb(60,170,6); }
td.TdClassName
{
border-color: #3CAA06;
}
.TagClassName
{
border-color: #3CAA06;
}
</style>