Shades of Kelly Green #3AAA0A
Tints of Kelly Green #3AAA0A
RGB
CMYK
RGB Variations
Color information
#3AAA0A (or 0x3AAA0A) is known color: Kelly Green. HEX triplet: 3A, AA and 0A. RGB value is (58,170,10). Sum of RGB (Red+Green+Blue) = 58+170+10=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0A is #C555F5. Grayscale: #767676. Windows color (decimal): -12932598 or 698938. OLE color: 698938.
HSL color Cylindrical-coordinate representation of color #3AAA0A: hue angle of 102º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AAA0A is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 10 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.33 |
| HSL | 102º | 0.89% | 0.35% | - |
| HSV(B) | 102º | 0.94% | 0.67% | - |
| XYZ | 16.17 | 29.67 | 5.16 | - |
| YUV | 118.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 10 | 0.66 | 0 | 0.94 | 0.33 | 102 | 0.89 | 0.35 |
| Hex | 3A | AA | A | 42 | 0 | 5E | 21 | 66 | 59 | 23 |
| Octal | 72 | 252 | 12 | 102 | 0 | 136 | 41 | 146 | 131 | 43 |
| Binary | 111010 | 10101010 | 1010 | 1000010 | 0 | 1011110 | 100001 | 1100110 | 1011001 | 100011 |
Color Harmonies of #3AAA0A
Complementary color
Monochromatic Colors of #3AAA0A
Black with #3AAA0A
Text Example
Text Example
White with #3AAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA0A; }
p { color: rgb(58,170,10); }
H1.HeaderClassName
{
color: #3AAA0A;
}
.AnyTagClassName
{
color: #3AAA0A;
}
</style>
background-color css
<style>
a { background-color: #3AAA0A; }
a { background-color: rgb(58,170,10); }
div.DivClassName
{
background-color: #3AAA0A;
}
.BgClassName
{
background-color: #3AAA0A;
}
</style>
border-color css
<style>
span { border-color: #3AAA0A; }
span { border-color: rgb(58,170,10); }
td.TdClassName
{
border-color: #3AAA0A;
}
.TagClassName
{
border-color: #3AAA0A;
}
</style>