Shades of Kelly Green #3CAD09
Tints of Kelly Green #3CAD09
RGB
CMYK
RGB Variations
Color information
#3CAD09 (or 0x3CAD09) is known color: Kelly Green. HEX triplet: 3C, AD and 09. RGB value is (60,173,9). Sum of RGB (Red+Green+Blue) = 60+173+9=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 173 (67.97% from 255 or 71.49% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAD09 is #C352F6. Grayscale: #797979. Windows color (decimal): -12800759 or 634172. OLE color: 634172.
HSL color Cylindrical-coordinate representation of color #3CAD09: hue angle of 101.34º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CAD09 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 9 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.32 |
| HSL | 101.34º | 0.9% | 0.36% | - |
| HSV(B) | 101.34º | 0.95% | 0.68% | - |
| XYZ | 16.86 | 30.87 | 5.33 | - |
| YUV | 120.52 | 65.06 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 9 | 0.65 | 0 | 0.95 | 0.32 | 101.34 | 0.9 | 0.36 |
| Hex | 3C | AD | 9 | 41 | 0 | 5F | 20 | 65 | 5A | 24 |
| Octal | 74 | 255 | 11 | 101 | 0 | 137 | 40 | 145 | 132 | 44 |
| Binary | 111100 | 10101101 | 1001 | 1000001 | 0 | 1011111 | 100000 | 1100101 | 1011010 | 100100 |
Color Harmonies of #3CAD09
Complementary color
Monochromatic Colors of #3CAD09
Black with #3CAD09
Text Example
Text Example
White with #3CAD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD09; }
p { color: rgb(60,173,9); }
H1.HeaderClassName
{
color: #3CAD09;
}
.AnyTagClassName
{
color: #3CAD09;
}
</style>
background-color css
<style>
a { background-color: #3CAD09; }
a { background-color: rgb(60,173,9); }
div.DivClassName
{
background-color: #3CAD09;
}
.BgClassName
{
background-color: #3CAD09;
}
</style>
border-color css
<style>
span { border-color: #3CAD09; }
span { border-color: rgb(60,173,9); }
td.TdClassName
{
border-color: #3CAD09;
}
.TagClassName
{
border-color: #3CAD09;
}
</style>