Shades of Kelly Green #3AAD0D
Tints of Kelly Green #3AAD0D
RGB
CMYK
RGB Variations
Color information
#3AAD0D (or 0x3AAD0D) is known color: Kelly Green. HEX triplet: 3A, AD and 0D. RGB value is (58,173,13). Sum of RGB (Red+Green+Blue) = 58+173+13=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 173 (67.97% from 255 or 70.90% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD0D is #C552F2. Grayscale: #787878. Windows color (decimal): -12931827 or 896314. OLE color: 896314.
HSL color Cylindrical-coordinate representation of color #3AAD0D: hue angle of 103.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AAD0D is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 13 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.32 |
| HSL | 103.13º | 0.86% | 0.36% | - |
| HSV(B) | 103.13º | 0.92% | 0.68% | - |
| XYZ | 16.76 | 30.82 | 5.45 | - |
| YUV | 120.38 | 67.4 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 13 | 0.66 | 0 | 0.92 | 0.32 | 103.13 | 0.86 | 0.36 |
| Hex | 3A | AD | D | 42 | 0 | 5C | 20 | 67 | 56 | 24 |
| Octal | 72 | 255 | 15 | 102 | 0 | 134 | 40 | 147 | 126 | 44 |
| Binary | 111010 | 10101101 | 1101 | 1000010 | 0 | 1011100 | 100000 | 1100111 | 1010110 | 100100 |
Color Harmonies of #3AAD0D
Complementary color
Monochromatic Colors of #3AAD0D
Black with #3AAD0D
Text Example
Text Example
White with #3AAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD0D; }
p { color: rgb(58,173,13); }
H1.HeaderClassName
{
color: #3AAD0D;
}
.AnyTagClassName
{
color: #3AAD0D;
}
</style>
background-color css
<style>
a { background-color: #3AAD0D; }
a { background-color: rgb(58,173,13); }
div.DivClassName
{
background-color: #3AAD0D;
}
.BgClassName
{
background-color: #3AAD0D;
}
</style>
border-color css
<style>
span { border-color: #3AAD0D; }
span { border-color: rgb(58,173,13); }
td.TdClassName
{
border-color: #3AAD0D;
}
.TagClassName
{
border-color: #3AAD0D;
}
</style>