Shades of Kelly Green #3AA501
Tints of Kelly Green #3AA501
RGB
CMYK
RGB Variations
Color information
#3AA501 (or 0x3AA501) is known color: Kelly Green. HEX triplet: 3A, A5 and 01. RGB value is (58,165,1). Sum of RGB (Red+Green+Blue) = 58+165+1=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 165 (64.84% from 255 or 73.66% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA501 is #C55AFE. Grayscale: #727272. Windows color (decimal): -12933887 or 107834. OLE color: 107834.
HSL color Cylindrical-coordinate representation of color #3AA501: hue angle of 99.15º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AA501 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 1 | - |
| CMYK | 0.65 | 0 | 0.99 | 0.35 |
| HSL | 99.15º | 0.99% | 0.33% | - |
| HSV(B) | 99.15º | 0.99% | 0.65% | - |
| XYZ | 15.21 | 27.81 | 4.6 | - |
| YUV | 114.31 | 64.05 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 1 | 0.65 | 0 | 0.99 | 0.35 | 99.15 | 0.99 | 0.33 |
| Hex | 3A | A5 | 1 | 41 | 0 | 63 | 23 | 63 | 63 | 21 |
| Octal | 72 | 245 | 1 | 101 | 0 | 143 | 43 | 143 | 143 | 41 |
| Binary | 111010 | 10100101 | 1 | 1000001 | 0 | 1100011 | 100011 | 1100011 | 1100011 | 100001 |
Color Harmonies of #3AA501
Complementary color
Monochromatic Colors of #3AA501
Black with #3AA501
Text Example
Text Example
White with #3AA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA501; }
p { color: rgb(58,165,1); }
H1.HeaderClassName
{
color: #3AA501;
}
.AnyTagClassName
{
color: #3AA501;
}
</style>
background-color css
<style>
a { background-color: #3AA501; }
a { background-color: rgb(58,165,1); }
div.DivClassName
{
background-color: #3AA501;
}
.BgClassName
{
background-color: #3AA501;
}
</style>
border-color css
<style>
span { border-color: #3AA501; }
span { border-color: rgb(58,165,1); }
td.TdClassName
{
border-color: #3AA501;
}
.TagClassName
{
border-color: #3AA501;
}
</style>