Shades of Kelly Green #3DAC0C
Tints of Kelly Green #3DAC0C
RGB
CMYK
RGB Variations
Color information
#3DAC0C (or 0x3DAC0C) is known color: Kelly Green. HEX triplet: 3D, AC and 0C. RGB value is (61,172,12). Sum of RGB (Red+Green+Blue) = 61+172+12=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DAC0C is #C253F3. Grayscale: #797979. Windows color (decimal): -12735476 or 830525. OLE color: 830525.
HSL color Cylindrical-coordinate representation of color #3DAC0C: hue angle of 101.62º 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 #3DAC0C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 12 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.33 |
| HSL | 101.63º | 0.87% | 0.36% | - |
| HSV(B) | 101.63º | 0.93% | 0.67% | - |
| XYZ | 16.74 | 30.52 | 5.36 | - |
| YUV | 120.57 | 66.73 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 12 | 0.65 | 0 | 0.93 | 0.33 | 101.63 | 0.87 | 0.36 |
| Hex | 3D | AC | C | 41 | 0 | 5D | 21 | 66 | 57 | 24 |
| Octal | 75 | 254 | 14 | 101 | 0 | 135 | 41 | 146 | 127 | 44 |
| Binary | 111101 | 10101100 | 1100 | 1000001 | 0 | 1011101 | 100001 | 1100110 | 1010111 | 100100 |
Color Harmonies of #3DAC0C
Complementary color
Monochromatic Colors of #3DAC0C
Black with #3DAC0C
Text Example
Text Example
White with #3DAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC0C; }
p { color: rgb(61,172,12); }
H1.HeaderClassName
{
color: #3DAC0C;
}
.AnyTagClassName
{
color: #3DAC0C;
}
</style>
background-color css
<style>
a { background-color: #3DAC0C; }
a { background-color: rgb(61,172,12); }
div.DivClassName
{
background-color: #3DAC0C;
}
.BgClassName
{
background-color: #3DAC0C;
}
</style>
border-color css
<style>
span { border-color: #3DAC0C; }
span { border-color: rgb(61,172,12); }
td.TdClassName
{
border-color: #3DAC0C;
}
.TagClassName
{
border-color: #3DAC0C;
}
</style>