Shades of Kelly Green #3AA901
Tints of Kelly Green #3AA901
RGB
CMYK
RGB Variations
Color information
#3AA901 (or 0x3AA901) is known color: Kelly Green. HEX triplet: 3A, A9 and 01. RGB value is (58,169,1). Sum of RGB (Red+Green+Blue) = 58+169+1=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 169 (66.41% from 255 or 74.12% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA901 is #C556FE. Grayscale: #757575. Windows color (decimal): -12932863 or 108858. OLE color: 108858.
HSL color Cylindrical-coordinate representation of color #3AA901: hue angle of 99.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AA901 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 169 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.34 |
| HSL | 99.64º | 0.99% | 0.33% | - |
| HSV(B) | 99.64º | 0.99% | 0.66% | - |
| XYZ | 15.94 | 29.28 | 4.84 | - |
| YUV | 116.66 | 62.73 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 1 | 0.66 | 0 | 0.99 | 0.34 | 99.64 | 0.99 | 0.33 |
| Hex | 3A | A9 | 1 | 42 | 0 | 63 | 22 | 64 | 63 | 21 |
| Octal | 72 | 251 | 1 | 102 | 0 | 143 | 42 | 144 | 143 | 41 |
| Binary | 111010 | 10101001 | 1 | 1000010 | 0 | 1100011 | 100010 | 1100100 | 1100011 | 100001 |
Color Harmonies of #3AA901
Complementary color
Monochromatic Colors of #3AA901
Black with #3AA901
Text Example
Text Example
White with #3AA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA901; }
p { color: rgb(58,169,1); }
H1.HeaderClassName
{
color: #3AA901;
}
.AnyTagClassName
{
color: #3AA901;
}
</style>
background-color css
<style>
a { background-color: #3AA901; }
a { background-color: rgb(58,169,1); }
div.DivClassName
{
background-color: #3AA901;
}
.BgClassName
{
background-color: #3AA901;
}
</style>
border-color css
<style>
span { border-color: #3AA901; }
span { border-color: rgb(58,169,1); }
td.TdClassName
{
border-color: #3AA901;
}
.TagClassName
{
border-color: #3AA901;
}
</style>