Shades of Kelly Green #3AAA14
Tints of Kelly Green #3AAA14
RGB
CMYK
RGB Variations
Color information
#3AAA14 (or 0x3AAA14) is known color: Kelly Green. HEX triplet: 3A, AA and 14. RGB value is (58,170,20). Sum of RGB (Red+Green+Blue) = 58+170+20=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA14 is #C555EB. Grayscale: #777777. Windows color (decimal): -12932588 or 1354298. OLE color: 1354298.
HSL color Cylindrical-coordinate representation of color #3AAA14: hue angle of 104.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AAA14 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 20 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.33 |
| HSL | 104.8º | 0.79% | 0.37% | - |
| HSV(B) | 104.8º | 0.88% | 0.67% | - |
| XYZ | 16.25 | 29.7 | 5.54 | - |
| YUV | 119.41 | 71.89 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 20 | 0.66 | 0 | 0.88 | 0.33 | 104.8 | 0.79 | 0.37 |
| Hex | 3A | AA | 14 | 42 | 0 | 58 | 21 | 69 | 4F | 25 |
| Octal | 72 | 252 | 24 | 102 | 0 | 130 | 41 | 151 | 117 | 45 |
| Binary | 111010 | 10101010 | 10100 | 1000010 | 0 | 1011000 | 100001 | 1101001 | 1001111 | 100101 |
Color Harmonies of #3AAA14
Complementary color
Monochromatic Colors of #3AAA14
Black with #3AAA14
Text Example
Text Example
White with #3AAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA14; }
p { color: rgb(58,170,20); }
H1.HeaderClassName
{
color: #3AAA14;
}
.AnyTagClassName
{
color: #3AAA14;
}
</style>
background-color css
<style>
a { background-color: #3AAA14; }
a { background-color: rgb(58,170,20); }
div.DivClassName
{
background-color: #3AAA14;
}
.BgClassName
{
background-color: #3AAA14;
}
</style>
border-color css
<style>
span { border-color: #3AAA14; }
span { border-color: rgb(58,170,20); }
td.TdClassName
{
border-color: #3AAA14;
}
.TagClassName
{
border-color: #3AAA14;
}
</style>