Shades of Kelly Green #3AA009
Tints of Kelly Green #3AA009
RGB
CMYK
RGB Variations
Color information
#3AA009 (or 0x3AA009) is known color: Kelly Green. HEX triplet: 3A, A0 and 09. RGB value is (58,160,9). Sum of RGB (Red+Green+Blue) = 58+160+9=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA009 is #C55FF6. Grayscale: #707070. Windows color (decimal): -12935159 or 630842. OLE color: 630842.
HSL color Cylindrical-coordinate representation of color #3AA009: hue angle of 100.53º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AA009 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 9 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.37 |
| HSL | 100.53º | 0.89% | 0.33% | - |
| HSV(B) | 100.53º | 0.94% | 0.63% | - |
| XYZ | 14.37 | 26.06 | 4.53 | - |
| YUV | 112.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 9 | 0.64 | 0 | 0.94 | 0.37 | 100.53 | 0.89 | 0.33 |
| Hex | 3A | A0 | 9 | 40 | 0 | 5E | 25 | 65 | 59 | 21 |
| Octal | 72 | 240 | 11 | 100 | 0 | 136 | 45 | 145 | 131 | 41 |
| Binary | 111010 | 10100000 | 1001 | 1000000 | 0 | 1011110 | 100101 | 1100101 | 1011001 | 100001 |
Color Harmonies of #3AA009
Complementary color
Monochromatic Colors of #3AA009
Black with #3AA009
Text Example
Text Example
White with #3AA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA009; }
p { color: rgb(58,160,9); }
H1.HeaderClassName
{
color: #3AA009;
}
.AnyTagClassName
{
color: #3AA009;
}
</style>
background-color css
<style>
a { background-color: #3AA009; }
a { background-color: rgb(58,160,9); }
div.DivClassName
{
background-color: #3AA009;
}
.BgClassName
{
background-color: #3AA009;
}
</style>
border-color css
<style>
span { border-color: #3AA009; }
span { border-color: rgb(58,160,9); }
td.TdClassName
{
border-color: #3AA009;
}
.TagClassName
{
border-color: #3AA009;
}
</style>