Shades of Kelly Green #3AAD09
Tints of Kelly Green #3AAD09
RGB
CMYK
RGB Variations
Color information
#3AAD09 (or 0x3AAD09) is known color: Kelly Green. HEX triplet: 3A, AD and 09. RGB value is (58,173,9). Sum of RGB (Red+Green+Blue) = 58+173+9=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD09 is #C552F6. Grayscale: #787878. Windows color (decimal): -12931831 or 634170. OLE color: 634170.
HSL color Cylindrical-coordinate representation of color #3AAD09: hue angle of 102.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AAD09 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 9 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.32 |
| HSL | 102.07º | 0.9% | 0.36% | - |
| HSV(B) | 102.07º | 0.95% | 0.68% | - |
| XYZ | 16.74 | 30.81 | 5.32 | - |
| YUV | 119.92 | 65.4 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 9 | 0.66 | 0 | 0.95 | 0.32 | 102.07 | 0.9 | 0.36 |
| Hex | 3A | AD | 9 | 42 | 0 | 5F | 20 | 66 | 5A | 24 |
| Octal | 72 | 255 | 11 | 102 | 0 | 137 | 40 | 146 | 132 | 44 |
| Binary | 111010 | 10101101 | 1001 | 1000010 | 0 | 1011111 | 100000 | 1100110 | 1011010 | 100100 |
Color Harmonies of #3AAD09
Complementary color
Monochromatic Colors of #3AAD09
Black with #3AAD09
Text Example
Text Example
White with #3AAD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD09; }
p { color: rgb(58,173,9); }
H1.HeaderClassName
{
color: #3AAD09;
}
.AnyTagClassName
{
color: #3AAD09;
}
</style>
background-color css
<style>
a { background-color: #3AAD09; }
a { background-color: rgb(58,173,9); }
div.DivClassName
{
background-color: #3AAD09;
}
.BgClassName
{
background-color: #3AAD09;
}
</style>
border-color css
<style>
span { border-color: #3AAD09; }
span { border-color: rgb(58,173,9); }
td.TdClassName
{
border-color: #3AAD09;
}
.TagClassName
{
border-color: #3AAD09;
}
</style>