Shades of Kelly Green #3CAA0E
Tints of Kelly Green #3CAA0E
RGB
CMYK
RGB Variations
Color information
#3CAA0E (or 0x3CAA0E) is known color: Kelly Green. HEX triplet: 3C, AA and 0E. RGB value is (60,170,14). Sum of RGB (Red+Green+Blue) = 60+170+14=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA0E is #C355F1. Grayscale: #777777. Windows color (decimal): -12801522 or 961084. OLE color: 961084.
HSL color Cylindrical-coordinate representation of color #3CAA0E: hue angle of 102.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CAA0E is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 14 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.33 |
| HSL | 102.31º | 0.85% | 0.36% | - |
| HSV(B) | 102.31º | 0.92% | 0.67% | - |
| XYZ | 16.32 | 29.74 | 5.3 | - |
| YUV | 119.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 14 | 0.65 | 0 | 0.92 | 0.33 | 102.31 | 0.85 | 0.36 |
| Hex | 3C | AA | E | 41 | 0 | 5C | 21 | 66 | 55 | 24 |
| Octal | 74 | 252 | 16 | 101 | 0 | 134 | 41 | 146 | 125 | 44 |
| Binary | 111100 | 10101010 | 1110 | 1000001 | 0 | 1011100 | 100001 | 1100110 | 1010101 | 100100 |
Color Harmonies of #3CAA0E
Complementary color
Monochromatic Colors of #3CAA0E
Black with #3CAA0E
Text Example
Text Example
White with #3CAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA0E; }
p { color: rgb(60,170,14); }
H1.HeaderClassName
{
color: #3CAA0E;
}
.AnyTagClassName
{
color: #3CAA0E;
}
</style>
background-color css
<style>
a { background-color: #3CAA0E; }
a { background-color: rgb(60,170,14); }
div.DivClassName
{
background-color: #3CAA0E;
}
.BgClassName
{
background-color: #3CAA0E;
}
</style>
border-color css
<style>
span { border-color: #3CAA0E; }
span { border-color: rgb(60,170,14); }
td.TdClassName
{
border-color: #3CAA0E;
}
.TagClassName
{
border-color: #3CAA0E;
}
</style>