Shades of Kelly Green #3AD90A
Tints of Kelly Green #3AD90A
RGB
CMYK
RGB Variations
Color information
#3AD90A (or 0x3AD90A) is known color: Kelly Green. HEX triplet: 3A, D9 and 0A. RGB value is (58,217,10). Sum of RGB (Red+Green+Blue) = 58+217+10=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD90A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD90A is #C526F5. Grayscale: #929292. Windows color (decimal): -12920566 or 710970. OLE color: 710970.
HSL color Cylindrical-coordinate representation of color #3AD90A: hue angle of 106.09º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AD90A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 10 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.15 |
| HSL | 106.09º | 0.91% | 0.45% | - |
| HSV(B) | 106.09º | 0.95% | 0.85% | - |
| XYZ | 26.61 | 50.55 | 8.64 | - |
| YUV | 145.86 | 51.32 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 10 | 0.73 | 0 | 0.95 | 0.15 | 106.09 | 0.91 | 0.45 |
| Hex | 3A | D9 | A | 49 | 0 | 5F | F | 6A | 5B | 2D |
| Octal | 72 | 331 | 12 | 111 | 0 | 137 | 17 | 152 | 133 | 55 |
| Binary | 111010 | 11011001 | 1010 | 1001001 | 0 | 1011111 | 1111 | 1101010 | 1011011 | 101101 |
Color Harmonies of #3AD90A
Complementary color
Monochromatic Colors of #3AD90A
Black with #3AD90A
Text Example
Text Example
White with #3AD90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD90A; }
p { color: rgb(58,217,10); }
H1.HeaderClassName
{
color: #3AD90A;
}
.AnyTagClassName
{
color: #3AD90A;
}
</style>
background-color css
<style>
a { background-color: #3AD90A; }
a { background-color: rgb(58,217,10); }
div.DivClassName
{
background-color: #3AD90A;
}
.BgClassName
{
background-color: #3AD90A;
}
</style>
border-color css
<style>
span { border-color: #3AD90A; }
span { border-color: rgb(58,217,10); }
td.TdClassName
{
border-color: #3AD90A;
}
.TagClassName
{
border-color: #3AD90A;
}
</style>