Shades of Kelly Green #3AAC12
Tints of Kelly Green #3AAC12
RGB
CMYK
RGB Variations
Color information
#3AAC12 (or 0x3AAC12) is known color: Kelly Green. HEX triplet: 3A, AC and 12. RGB value is (58,172,18). Sum of RGB (Red+Green+Blue) = 58+172+18=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC12 is #C553ED. Grayscale: #787878. Windows color (decimal): -12932078 or 1223738. OLE color: 1223738.
HSL color Cylindrical-coordinate representation of color #3AAC12: hue angle of 104.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AAC12 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 18 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.33 |
| HSL | 104.42º | 0.81% | 0.37% | - |
| HSV(B) | 104.42º | 0.9% | 0.67% | - |
| XYZ | 16.61 | 30.45 | 5.57 | - |
| YUV | 120.36 | 70.23 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 18 | 0.66 | 0 | 0.90 | 0.33 | 104.42 | 0.81 | 0.37 |
| Hex | 3A | AC | 12 | 42 | 0 | 5A | 21 | 68 | 51 | 25 |
| Octal | 72 | 254 | 22 | 102 | 0 | 132 | 41 | 150 | 121 | 45 |
| Binary | 111010 | 10101100 | 10010 | 1000010 | 0 | 1011010 | 100001 | 1101000 | 1010001 | 100101 |
Color Harmonies of #3AAC12
Complementary color
Monochromatic Colors of #3AAC12
Black with #3AAC12
Text Example
Text Example
White with #3AAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC12; }
p { color: rgb(58,172,18); }
H1.HeaderClassName
{
color: #3AAC12;
}
.AnyTagClassName
{
color: #3AAC12;
}
</style>
background-color css
<style>
a { background-color: #3AAC12; }
a { background-color: rgb(58,172,18); }
div.DivClassName
{
background-color: #3AAC12;
}
.BgClassName
{
background-color: #3AAC12;
}
</style>
border-color css
<style>
span { border-color: #3AAC12; }
span { border-color: rgb(58,172,18); }
td.TdClassName
{
border-color: #3AAC12;
}
.TagClassName
{
border-color: #3AAC12;
}
</style>