Shades of Kelly Green #3AD010
Tints of Kelly Green #3AD010
RGB
CMYK
RGB Variations
Color information
#3AD010 (or 0x3AD010) is known color: Kelly Green. HEX triplet: 3A, D0 and 10. RGB value is (58,208,16). Sum of RGB (Red+Green+Blue) = 58+208+16=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD010 is #C52FEF. Grayscale: #8D8D8D. Windows color (decimal): -12922864 or 1101882. OLE color: 1101882.
HSL color Cylindrical-coordinate representation of color #3AD010: hue angle of 106.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AD010 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 16 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.18 |
| HSL | 106.88º | 0.86% | 0.44% | - |
| HSV(B) | 106.88º | 0.92% | 0.82% | - |
| XYZ | 24.39 | 46.05 | 8.09 | - |
| YUV | 141.26 | 57.31 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 16 | 0.72 | 0 | 0.92 | 0.18 | 106.88 | 0.86 | 0.44 |
| Hex | 3A | D0 | 10 | 48 | 0 | 5C | 12 | 6B | 56 | 2C |
| Octal | 72 | 320 | 20 | 110 | 0 | 134 | 22 | 153 | 126 | 54 |
| Binary | 111010 | 11010000 | 10000 | 1001000 | 0 | 1011100 | 10010 | 1101011 | 1010110 | 101100 |
Color Harmonies of #3AD010
Complementary color
Monochromatic Colors of #3AD010
Black with #3AD010
Text Example
Text Example
White with #3AD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD010; }
p { color: rgb(58,208,16); }
H1.HeaderClassName
{
color: #3AD010;
}
.AnyTagClassName
{
color: #3AD010;
}
</style>
background-color css
<style>
a { background-color: #3AD010; }
a { background-color: rgb(58,208,16); }
div.DivClassName
{
background-color: #3AD010;
}
.BgClassName
{
background-color: #3AD010;
}
</style>
border-color css
<style>
span { border-color: #3AD010; }
span { border-color: rgb(58,208,16); }
td.TdClassName
{
border-color: #3AD010;
}
.TagClassName
{
border-color: #3AD010;
}
</style>