Shades of Kelly Green #3AA915
Tints of Kelly Green #3AA915
RGB
CMYK
RGB Variations
Color information
#3AA915 (or 0x3AA915) is known color: Kelly Green. HEX triplet: 3A, A9 and 15. RGB value is (58,169,21). Sum of RGB (Red+Green+Blue) = 58+169+21=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 169 (66.41% from 255 or 68.15% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA915 is #C556EA. Grayscale: #777777. Windows color (decimal): -12932843 or 1419578. OLE color: 1419578.
HSL color Cylindrical-coordinate representation of color #3AA915: hue angle of 105º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AA915 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 169 | 21 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.34 |
| HSL | 105º | 0.78% | 0.37% | - |
| HSV(B) | 105º | 0.88% | 0.66% | - |
| XYZ | 16.07 | 29.33 | 5.52 | - |
| YUV | 118.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 21 | 0.66 | 0 | 0.88 | 0.34 | 105 | 0.78 | 0.37 |
| Hex | 3A | A9 | 15 | 42 | 0 | 58 | 22 | 69 | 4E | 25 |
| Octal | 72 | 251 | 25 | 102 | 0 | 130 | 42 | 151 | 116 | 45 |
| Binary | 111010 | 10101001 | 10101 | 1000010 | 0 | 1011000 | 100010 | 1101001 | 1001110 | 100101 |
Color Harmonies of #3AA915
Complementary color
Monochromatic Colors of #3AA915
Black with #3AA915
Text Example
Text Example
White with #3AA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA915; }
p { color: rgb(58,169,21); }
H1.HeaderClassName
{
color: #3AA915;
}
.AnyTagClassName
{
color: #3AA915;
}
</style>
background-color css
<style>
a { background-color: #3AA915; }
a { background-color: rgb(58,169,21); }
div.DivClassName
{
background-color: #3AA915;
}
.BgClassName
{
background-color: #3AA915;
}
</style>
border-color css
<style>
span { border-color: #3AA915; }
span { border-color: rgb(58,169,21); }
td.TdClassName
{
border-color: #3AA915;
}
.TagClassName
{
border-color: #3AA915;
}
</style>