Shades of Kelly Green #3AA50E
Tints of Kelly Green #3AA50E
RGB
CMYK
RGB Variations
Color information
#3AA50E (or 0x3AA50E) is known color: Kelly Green. HEX triplet: 3A, A5 and 0E. RGB value is (58,165,14). Sum of RGB (Red+Green+Blue) = 58+165+14=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 165 (64.84% from 255 or 69.62% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA50E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA50E is #C55AF1. Grayscale: #747474. Windows color (decimal): -12933874 or 959802. OLE color: 959802.
HSL color Cylindrical-coordinate representation of color #3AA50E: hue angle of 102.52º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AA50E is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 14 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.35 |
| HSL | 102.52º | 0.84% | 0.35% | - |
| HSV(B) | 102.52º | 0.92% | 0.65% | - |
| XYZ | 15.28 | 27.84 | 4.98 | - |
| YUV | 115.79 | 70.55 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 14 | 0.65 | 0 | 0.92 | 0.35 | 102.52 | 0.84 | 0.35 |
| Hex | 3A | A5 | E | 41 | 0 | 5C | 23 | 67 | 54 | 23 |
| Octal | 72 | 245 | 16 | 101 | 0 | 134 | 43 | 147 | 124 | 43 |
| Binary | 111010 | 10100101 | 1110 | 1000001 | 0 | 1011100 | 100011 | 1100111 | 1010100 | 100011 |
Color Harmonies of #3AA50E
Complementary color
Monochromatic Colors of #3AA50E
Black with #3AA50E
Text Example
Text Example
White with #3AA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA50E; }
p { color: rgb(58,165,14); }
H1.HeaderClassName
{
color: #3AA50E;
}
.AnyTagClassName
{
color: #3AA50E;
}
</style>
background-color css
<style>
a { background-color: #3AA50E; }
a { background-color: rgb(58,165,14); }
div.DivClassName
{
background-color: #3AA50E;
}
.BgClassName
{
background-color: #3AA50E;
}
</style>
border-color css
<style>
span { border-color: #3AA50E; }
span { border-color: rgb(58,165,14); }
td.TdClassName
{
border-color: #3AA50E;
}
.TagClassName
{
border-color: #3AA50E;
}
</style>