Shades of Kelly Green #3AAA12
Tints of Kelly Green #3AAA12
RGB
CMYK
RGB Variations
Color information
#3AAA12 (or 0x3AAA12) is known color: Kelly Green. HEX triplet: 3A, AA and 12. RGB value is (58,170,18). Sum of RGB (Red+Green+Blue) = 58+170+18=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA12 is #C555ED. Grayscale: #777777. Windows color (decimal): -12932590 or 1223226. OLE color: 1223226.
HSL color Cylindrical-coordinate representation of color #3AAA12: hue angle of 104.21º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AAA12 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 18 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.33 |
| HSL | 104.21º | 0.81% | 0.37% | - |
| HSV(B) | 104.21º | 0.89% | 0.67% | - |
| XYZ | 16.23 | 29.69 | 5.45 | - |
| YUV | 119.18 | 70.89 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 18 | 0.66 | 0 | 0.89 | 0.33 | 104.21 | 0.81 | 0.37 |
| Hex | 3A | AA | 12 | 42 | 0 | 59 | 21 | 68 | 51 | 25 |
| Octal | 72 | 252 | 22 | 102 | 0 | 131 | 41 | 150 | 121 | 45 |
| Binary | 111010 | 10101010 | 10010 | 1000010 | 0 | 1011001 | 100001 | 1101000 | 1010001 | 100101 |
Color Harmonies of #3AAA12
Complementary color
Monochromatic Colors of #3AAA12
Black with #3AAA12
Text Example
Text Example
White with #3AAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA12; }
p { color: rgb(58,170,18); }
H1.HeaderClassName
{
color: #3AAA12;
}
.AnyTagClassName
{
color: #3AAA12;
}
</style>
background-color css
<style>
a { background-color: #3AAA12; }
a { background-color: rgb(58,170,18); }
div.DivClassName
{
background-color: #3AAA12;
}
.BgClassName
{
background-color: #3AAA12;
}
</style>
border-color css
<style>
span { border-color: #3AAA12; }
span { border-color: rgb(58,170,18); }
td.TdClassName
{
border-color: #3AAA12;
}
.TagClassName
{
border-color: #3AAA12;
}
</style>