Shades of Kelly Green #3DA009
Tints of Kelly Green #3DA009
RGB
CMYK
RGB Variations
Color information
#3DA009 (or 0x3DA009) is known color: Kelly Green. HEX triplet: 3D, A0 and 09. RGB value is (61,160,9). Sum of RGB (Red+Green+Blue) = 61+160+9=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3DA009 is #C25FF6. Grayscale: #717171. Windows color (decimal): -12738551 or 630845. OLE color: 630845.
HSL color Cylindrical-coordinate representation of color #3DA009: hue angle of 99.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DA009 is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 9 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.37 |
| HSL | 99.34º | 0.89% | 0.33% | - |
| HSV(B) | 99.34º | 0.94% | 0.63% | - |
| XYZ | 14.54 | 26.15 | 4.54 | - |
| YUV | 113.19 | 69.2 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 9 | 0.62 | 0 | 0.94 | 0.37 | 99.34 | 0.89 | 0.33 |
| Hex | 3D | A0 | 9 | 3E | 0 | 5E | 25 | 63 | 59 | 21 |
| Octal | 75 | 240 | 11 | 76 | 0 | 136 | 45 | 143 | 131 | 41 |
| Binary | 111101 | 10100000 | 1001 | 111110 | 0 | 1011110 | 100101 | 1100011 | 1011001 | 100001 |
Color Harmonies of #3DA009
Complementary color
Monochromatic Colors of #3DA009
Black with #3DA009
Text Example
Text Example
White with #3DA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA009; }
p { color: rgb(61,160,9); }
H1.HeaderClassName
{
color: #3DA009;
}
.AnyTagClassName
{
color: #3DA009;
}
</style>
background-color css
<style>
a { background-color: #3DA009; }
a { background-color: rgb(61,160,9); }
div.DivClassName
{
background-color: #3DA009;
}
.BgClassName
{
background-color: #3DA009;
}
</style>
border-color css
<style>
span { border-color: #3DA009; }
span { border-color: rgb(61,160,9); }
td.TdClassName
{
border-color: #3DA009;
}
.TagClassName
{
border-color: #3DA009;
}
</style>