Shades of Kelly Green #3AAC0A
Tints of Kelly Green #3AAC0A
RGB
CMYK
RGB Variations
Color information
#3AAC0A (or 0x3AAC0A) is known color: Kelly Green. HEX triplet: 3A, AC and 0A. RGB value is (58,172,10). Sum of RGB (Red+Green+Blue) = 58+172+10=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC0A is #C553F5. Grayscale: #777777. Windows color (decimal): -12932086 or 699450. OLE color: 699450.
HSL color Cylindrical-coordinate representation of color #3AAC0A: hue angle of 102.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AAC0A is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 10 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.33 |
| HSL | 102.22º | 0.89% | 0.36% | - |
| HSV(B) | 102.22º | 0.94% | 0.67% | - |
| XYZ | 16.55 | 30.43 | 5.29 | - |
| YUV | 119.45 | 66.23 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 10 | 0.66 | 0 | 0.94 | 0.33 | 102.22 | 0.89 | 0.36 |
| Hex | 3A | AC | A | 42 | 0 | 5E | 21 | 66 | 59 | 24 |
| Octal | 72 | 254 | 12 | 102 | 0 | 136 | 41 | 146 | 131 | 44 |
| Binary | 111010 | 10101100 | 1010 | 1000010 | 0 | 1011110 | 100001 | 1100110 | 1011001 | 100100 |
Color Harmonies of #3AAC0A
Complementary color
Monochromatic Colors of #3AAC0A
Black with #3AAC0A
Text Example
Text Example
White with #3AAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC0A; }
p { color: rgb(58,172,10); }
H1.HeaderClassName
{
color: #3AAC0A;
}
.AnyTagClassName
{
color: #3AAC0A;
}
</style>
background-color css
<style>
a { background-color: #3AAC0A; }
a { background-color: rgb(58,172,10); }
div.DivClassName
{
background-color: #3AAC0A;
}
.BgClassName
{
background-color: #3AAC0A;
}
</style>
border-color css
<style>
span { border-color: #3AAC0A; }
span { border-color: rgb(58,172,10); }
td.TdClassName
{
border-color: #3AAC0A;
}
.TagClassName
{
border-color: #3AAC0A;
}
</style>