Shades of Kelly Green #3AAD12
Tints of Kelly Green #3AAD12
RGB
CMYK
RGB Variations
Color information
#3AAD12 (or 0x3AAD12) is known color: Kelly Green. HEX triplet: 3A, AD and 12. RGB value is (58,173,18). Sum of RGB (Red+Green+Blue) = 58+173+18=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD12 is #C552ED. Grayscale: #797979. Windows color (decimal): -12931822 or 1223994. OLE color: 1223994.
HSL color Cylindrical-coordinate representation of color #3AAD12: hue angle of 104.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AAD12 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 18 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.32 |
| HSL | 104.52º | 0.81% | 0.37% | - |
| HSV(B) | 104.52º | 0.9% | 0.68% | - |
| XYZ | 16.8 | 30.83 | 5.64 | - |
| YUV | 120.95 | 69.9 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 18 | 0.66 | 0 | 0.90 | 0.32 | 104.52 | 0.81 | 0.37 |
| Hex | 3A | AD | 12 | 42 | 0 | 5A | 20 | 69 | 51 | 25 |
| Octal | 72 | 255 | 22 | 102 | 0 | 132 | 40 | 151 | 121 | 45 |
| Binary | 111010 | 10101101 | 10010 | 1000010 | 0 | 1011010 | 100000 | 1101001 | 1010001 | 100101 |
Color Harmonies of #3AAD12
Complementary color
Monochromatic Colors of #3AAD12
Black with #3AAD12
Text Example
Text Example
White with #3AAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD12; }
p { color: rgb(58,173,18); }
H1.HeaderClassName
{
color: #3AAD12;
}
.AnyTagClassName
{
color: #3AAD12;
}
</style>
background-color css
<style>
a { background-color: #3AAD12; }
a { background-color: rgb(58,173,18); }
div.DivClassName
{
background-color: #3AAD12;
}
.BgClassName
{
background-color: #3AAD12;
}
</style>
border-color css
<style>
span { border-color: #3AAD12; }
span { border-color: rgb(58,173,18); }
td.TdClassName
{
border-color: #3AAD12;
}
.TagClassName
{
border-color: #3AAD12;
}
</style>