Shades of Kelly Green #3AA005
Tints of Kelly Green #3AA005
RGB
CMYK
RGB Variations
Color information
#3AA005 (or 0x3AA005) is known color: Kelly Green. HEX triplet: 3A, A0 and 05. RGB value is (58,160,5). Sum of RGB (Red+Green+Blue) = 58+160+5=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA005 is #C55FFA. Grayscale: #707070. Windows color (decimal): -12935163 or 368698. OLE color: 368698.
HSL color Cylindrical-coordinate representation of color #3AA005: hue angle of 99.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AA005 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.37 |
| HSL | 99.48º | 0.94% | 0.32% | - |
| HSV(B) | 99.48º | 0.97% | 0.63% | - |
| XYZ | 14.34 | 26.05 | 4.42 | - |
| YUV | 111.83 | 67.71 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 5 | 0.64 | 0 | 0.97 | 0.37 | 99.48 | 0.94 | 0.32 |
| Hex | 3A | A0 | 5 | 40 | 0 | 61 | 25 | 63 | 5E | 20 |
| Octal | 72 | 240 | 5 | 100 | 0 | 141 | 45 | 143 | 136 | 40 |
| Binary | 111010 | 10100000 | 101 | 1000000 | 0 | 1100001 | 100101 | 1100011 | 1011110 | 100000 |
Color Harmonies of #3AA005
Complementary color
Monochromatic Colors of #3AA005
Black with #3AA005
Text Example
Text Example
White with #3AA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA005; }
p { color: rgb(58,160,5); }
H1.HeaderClassName
{
color: #3AA005;
}
.AnyTagClassName
{
color: #3AA005;
}
</style>
background-color css
<style>
a { background-color: #3AA005; }
a { background-color: rgb(58,160,5); }
div.DivClassName
{
background-color: #3AA005;
}
.BgClassName
{
background-color: #3AA005;
}
</style>
border-color css
<style>
span { border-color: #3AA005; }
span { border-color: rgb(58,160,5); }
td.TdClassName
{
border-color: #3AA005;
}
.TagClassName
{
border-color: #3AA005;
}
</style>