Shades of Kelly Green #3AAD19
Tints of Kelly Green #3AAD19
RGB
CMYK
RGB Variations
Color information
#3AAD19 (or 0x3AAD19) is known color: Kelly Green. HEX triplet: 3A, AD and 19. RGB value is (58,173,25). Sum of RGB (Red+Green+Blue) = 58+173+25=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD19 is #C552E6. Grayscale: #7A7A7A. Windows color (decimal): -12931815 or 1682746. OLE color: 1682746.
HSL color Cylindrical-coordinate representation of color #3AAD19: hue angle of 106.62º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AAD19 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 25 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.32 |
| HSL | 106.62º | 0.75% | 0.39% | - |
| HSV(B) | 106.62º | 0.86% | 0.68% | - |
| XYZ | 16.86 | 30.86 | 5.99 | - |
| YUV | 121.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 25 | 0.66 | 0 | 0.86 | 0.32 | 106.62 | 0.75 | 0.39 |
| Hex | 3A | AD | 19 | 42 | 0 | 56 | 20 | 6B | 4B | 27 |
| Octal | 72 | 255 | 31 | 102 | 0 | 126 | 40 | 153 | 113 | 47 |
| Binary | 111010 | 10101101 | 11001 | 1000010 | 0 | 1010110 | 100000 | 1101011 | 1001011 | 100111 |
Color Harmonies of #3AAD19
Complementary color
Monochromatic Colors of #3AAD19
Black with #3AAD19
Text Example
Text Example
White with #3AAD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD19; }
p { color: rgb(58,173,25); }
H1.HeaderClassName
{
color: #3AAD19;
}
.AnyTagClassName
{
color: #3AAD19;
}
</style>
background-color css
<style>
a { background-color: #3AAD19; }
a { background-color: rgb(58,173,25); }
div.DivClassName
{
background-color: #3AAD19;
}
.BgClassName
{
background-color: #3AAD19;
}
</style>
border-color css
<style>
span { border-color: #3AAD19; }
span { border-color: rgb(58,173,25); }
td.TdClassName
{
border-color: #3AAD19;
}
.TagClassName
{
border-color: #3AAD19;
}
</style>