Shades of Kelly Green #3AAA04
Tints of Kelly Green #3AAA04
RGB
CMYK
RGB Variations
Color information
#3AAA04 (or 0x3AAA04) is known color: Kelly Green. HEX triplet: 3A, AA and 04. RGB value is (58,170,4). Sum of RGB (Red+Green+Blue) = 58+170+4=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA04 is #C555FB. Grayscale: #767676. Windows color (decimal): -12932604 or 305722. OLE color: 305722.
HSL color Cylindrical-coordinate representation of color #3AAA04: hue angle of 100.48º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AAA04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.33 |
| HSL | 100.48º | 0.95% | 0.34% | - |
| HSV(B) | 100.48º | 0.98% | 0.67% | - |
| XYZ | 16.14 | 29.66 | 4.99 | - |
| YUV | 117.59 | 63.89 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 4 | 0.66 | 0 | 0.98 | 0.33 | 100.48 | 0.95 | 0.34 |
| Hex | 3A | AA | 4 | 42 | 0 | 62 | 21 | 64 | 5F | 22 |
| Octal | 72 | 252 | 4 | 102 | 0 | 142 | 41 | 144 | 137 | 42 |
| Binary | 111010 | 10101010 | 100 | 1000010 | 0 | 1100010 | 100001 | 1100100 | 1011111 | 100010 |
Color Harmonies of #3AAA04
Complementary color
Monochromatic Colors of #3AAA04
Black with #3AAA04
Text Example
Text Example
White with #3AAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA04; }
p { color: rgb(58,170,4); }
H1.HeaderClassName
{
color: #3AAA04;
}
.AnyTagClassName
{
color: #3AAA04;
}
</style>
background-color css
<style>
a { background-color: #3AAA04; }
a { background-color: rgb(58,170,4); }
div.DivClassName
{
background-color: #3AAA04;
}
.BgClassName
{
background-color: #3AAA04;
}
</style>
border-color css
<style>
span { border-color: #3AAA04; }
span { border-color: rgb(58,170,4); }
td.TdClassName
{
border-color: #3AAA04;
}
.TagClassName
{
border-color: #3AAA04;
}
</style>