Shades of Kelly Green #3AA413
Tints of Kelly Green #3AA413
RGB
CMYK
RGB Variations
Color information
#3AA413 (or 0x3AA413) is known color: Kelly Green. HEX triplet: 3A, A4 and 13. RGB value is (58,164,19). Sum of RGB (Red+Green+Blue) = 58+164+19=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 164 (64.45% from 255 or 68.05% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA413 is #C55BEC. Grayscale: #747474. Windows color (decimal): -12934125 or 1287226. OLE color: 1287226.
HSL color Cylindrical-coordinate representation of color #3AA413: hue angle of 103.86º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AA413 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 164 | 19 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.36 |
| HSL | 103.86º | 0.79% | 0.36% | - |
| HSV(B) | 103.86º | 0.88% | 0.64% | - |
| XYZ | 15.14 | 27.5 | 5.13 | - |
| YUV | 115.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 19 | 0.65 | 0 | 0.88 | 0.36 | 103.86 | 0.79 | 0.36 |
| Hex | 3A | A4 | 13 | 41 | 0 | 58 | 24 | 68 | 4F | 24 |
| Octal | 72 | 244 | 23 | 101 | 0 | 130 | 44 | 150 | 117 | 44 |
| Binary | 111010 | 10100100 | 10011 | 1000001 | 0 | 1011000 | 100100 | 1101000 | 1001111 | 100100 |
Color Harmonies of #3AA413
Complementary color
Monochromatic Colors of #3AA413
Black with #3AA413
Text Example
Text Example
White with #3AA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA413; }
p { color: rgb(58,164,19); }
H1.HeaderClassName
{
color: #3AA413;
}
.AnyTagClassName
{
color: #3AA413;
}
</style>
background-color css
<style>
a { background-color: #3AA413; }
a { background-color: rgb(58,164,19); }
div.DivClassName
{
background-color: #3AA413;
}
.BgClassName
{
background-color: #3AA413;
}
</style>
border-color css
<style>
span { border-color: #3AA413; }
span { border-color: rgb(58,164,19); }
td.TdClassName
{
border-color: #3AA413;
}
.TagClassName
{
border-color: #3AA413;
}
</style>