Shades of Kelly Green #3AAD25
Tints of Kelly Green #3AAD25
RGB
CMYK
RGB Variations
Color information
#3AAD25 (or 0x3AAD25) is known color: Kelly Green. HEX triplet: 3A, AD and 25. RGB value is (58,173,37). Sum of RGB (Red+Green+Blue) = 58+173+37=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD25 is #C552DA. Grayscale: #7B7B7B. Windows color (decimal): -12931803 or 2469178. OLE color: 2469178.
HSL color Cylindrical-coordinate representation of color #3AAD25: hue angle of 110.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3AAD25 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 37 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.32 |
| HSL | 110.74º | 0.65% | 0.41% | - |
| HSV(B) | 110.74º | 0.79% | 0.68% | - |
| XYZ | 17.02 | 30.92 | 6.82 | - |
| YUV | 123.11 | 79.4 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 37 | 0.66 | 0 | 0.79 | 0.32 | 110.74 | 0.65 | 0.41 |
| Hex | 3A | AD | 25 | 42 | 0 | 4F | 20 | 6F | 41 | 29 |
| Octal | 72 | 255 | 45 | 102 | 0 | 117 | 40 | 157 | 101 | 51 |
| Binary | 111010 | 10101101 | 100101 | 1000010 | 0 | 1001111 | 100000 | 1101111 | 1000001 | 101001 |
Color Harmonies of #3AAD25
Complementary color
Monochromatic Colors of #3AAD25
Black with #3AAD25
Text Example
Text Example
White with #3AAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD25; }
p { color: rgb(58,173,37); }
H1.HeaderClassName
{
color: #3AAD25;
}
.AnyTagClassName
{
color: #3AAD25;
}
</style>
background-color css
<style>
a { background-color: #3AAD25; }
a { background-color: rgb(58,173,37); }
div.DivClassName
{
background-color: #3AAD25;
}
.BgClassName
{
background-color: #3AAD25;
}
</style>
border-color css
<style>
span { border-color: #3AAD25; }
span { border-color: rgb(58,173,37); }
td.TdClassName
{
border-color: #3AAD25;
}
.TagClassName
{
border-color: #3AAD25;
}
</style>