Shades of Kelly Green #3AAF19
Tints of Kelly Green #3AAF19
RGB
CMYK
RGB Variations
Color information
#3AAF19 (or 0x3AAF19) is known color: Kelly Green. HEX triplet: 3A, AF and 19. RGB value is (58,175,25). Sum of RGB (Red+Green+Blue) = 58+175+25=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAF19 is #C550E6. Grayscale: #7B7B7B. Windows color (decimal): -12931303 or 1683258. OLE color: 1683258.
HSL color Cylindrical-coordinate representation of color #3AAF19: hue angle of 106.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AAF19 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 25 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.31 |
| HSL | 106.8º | 0.75% | 0.39% | - |
| HSV(B) | 106.8º | 0.86% | 0.69% | - |
| XYZ | 17.25 | 31.63 | 6.12 | - |
| YUV | 122.92 | 72.74 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 25 | 0.67 | 0 | 0.86 | 0.31 | 106.8 | 0.75 | 0.39 |
| Hex | 3A | AF | 19 | 43 | 0 | 56 | 1F | 6B | 4B | 27 |
| Octal | 72 | 257 | 31 | 103 | 0 | 126 | 37 | 153 | 113 | 47 |
| Binary | 111010 | 10101111 | 11001 | 1000011 | 0 | 1010110 | 11111 | 1101011 | 1001011 | 100111 |
Color Harmonies of #3AAF19
Complementary color
Monochromatic Colors of #3AAF19
Black with #3AAF19
Text Example
Text Example
White with #3AAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF19; }
p { color: rgb(58,175,25); }
H1.HeaderClassName
{
color: #3AAF19;
}
.AnyTagClassName
{
color: #3AAF19;
}
</style>
background-color css
<style>
a { background-color: #3AAF19; }
a { background-color: rgb(58,175,25); }
div.DivClassName
{
background-color: #3AAF19;
}
.BgClassName
{
background-color: #3AAF19;
}
</style>
border-color css
<style>
span { border-color: #3AAF19; }
span { border-color: rgb(58,175,25); }
td.TdClassName
{
border-color: #3AAF19;
}
.TagClassName
{
border-color: #3AAF19;
}
</style>