Shades of Kelly Green #3ADA10
Tints of Kelly Green #3ADA10
RGB
CMYK
RGB Variations
Color information
#3ADA10 (or 0x3ADA10) is known color: Kelly Green. HEX triplet: 3A, DA and 10. RGB value is (58,218,16). Sum of RGB (Red+Green+Blue) = 58+218+16=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA10 is #C525EF. Grayscale: #939393. Windows color (decimal): -12920304 or 1104442. OLE color: 1104442.
HSL color Cylindrical-coordinate representation of color #3ADA10: hue angle of 107.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3ADA10 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.15 |
| HSL | 107.52º | 0.86% | 0.46% | - |
| HSV(B) | 107.52º | 0.93% | 0.85% | - |
| XYZ | 26.91 | 51.08 | 8.93 | - |
| YUV | 147.13 | 53.99 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 16 | 0.73 | 0 | 0.93 | 0.15 | 107.52 | 0.86 | 0.46 |
| Hex | 3A | DA | 10 | 49 | 0 | 5D | F | 6C | 56 | 2E |
| Octal | 72 | 332 | 20 | 111 | 0 | 135 | 17 | 154 | 126 | 56 |
| Binary | 111010 | 11011010 | 10000 | 1001001 | 0 | 1011101 | 1111 | 1101100 | 1010110 | 101110 |
Color Harmonies of #3ADA10
Complementary color
Monochromatic Colors of #3ADA10
Black with #3ADA10
Text Example
Text Example
White with #3ADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA10; }
p { color: rgb(58,218,16); }
H1.HeaderClassName
{
color: #3ADA10;
}
.AnyTagClassName
{
color: #3ADA10;
}
</style>
background-color css
<style>
a { background-color: #3ADA10; }
a { background-color: rgb(58,218,16); }
div.DivClassName
{
background-color: #3ADA10;
}
.BgClassName
{
background-color: #3ADA10;
}
</style>
border-color css
<style>
span { border-color: #3ADA10; }
span { border-color: rgb(58,218,16); }
td.TdClassName
{
border-color: #3ADA10;
}
.TagClassName
{
border-color: #3ADA10;
}
</style>