Shades of Kelly Green #3AA605
Tints of Kelly Green #3AA605
RGB
CMYK
RGB Variations
Color information
#3AA605 (or 0x3AA605) is known color: Kelly Green. HEX triplet: 3A, A6 and 05. RGB value is (58,166,5). Sum of RGB (Red+Green+Blue) = 58+166+5=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 166 (65.23% from 255 or 72.49% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA605 is #C559FA. Grayscale: #737373. Windows color (decimal): -12933627 or 370234. OLE color: 370234.
HSL color Cylindrical-coordinate representation of color #3AA605: hue angle of 100.25º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AA605 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 166 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.35 |
| HSL | 100.25º | 0.94% | 0.34% | - |
| HSV(B) | 100.25º | 0.97% | 0.65% | - |
| XYZ | 15.41 | 28.18 | 4.77 | - |
| YUV | 115.35 | 65.72 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 5 | 0.65 | 0 | 0.97 | 0.35 | 100.25 | 0.94 | 0.34 |
| Hex | 3A | A6 | 5 | 41 | 0 | 61 | 23 | 64 | 5E | 22 |
| Octal | 72 | 246 | 5 | 101 | 0 | 141 | 43 | 144 | 136 | 42 |
| Binary | 111010 | 10100110 | 101 | 1000001 | 0 | 1100001 | 100011 | 1100100 | 1011110 | 100010 |
Color Harmonies of #3AA605
Complementary color
Monochromatic Colors of #3AA605
Black with #3AA605
Text Example
Text Example
White with #3AA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA605; }
p { color: rgb(58,166,5); }
H1.HeaderClassName
{
color: #3AA605;
}
.AnyTagClassName
{
color: #3AA605;
}
</style>
background-color css
<style>
a { background-color: #3AA605; }
a { background-color: rgb(58,166,5); }
div.DivClassName
{
background-color: #3AA605;
}
.BgClassName
{
background-color: #3AA605;
}
</style>
border-color css
<style>
span { border-color: #3AA605; }
span { border-color: rgb(58,166,5); }
td.TdClassName
{
border-color: #3AA605;
}
.TagClassName
{
border-color: #3AA605;
}
</style>