Shades of Kelly Green #3AC110
Tints of Kelly Green #3AC110
RGB
CMYK
RGB Variations
Color information
#3AC110 (or 0x3AC110) is known color: Kelly Green. HEX triplet: 3A, C1 and 10. RGB value is (58,193,16). Sum of RGB (Red+Green+Blue) = 58+193+16=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC110 is #C53EEF. Grayscale: #858585. Windows color (decimal): -12926704 or 1098042. OLE color: 1098042.
HSL color Cylindrical-coordinate representation of color #3AC110: hue angle of 105.76º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AC110 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 16 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.24 |
| HSL | 105.76º | 0.85% | 0.41% | - |
| HSV(B) | 105.76º | 0.92% | 0.76% | - |
| XYZ | 20.91 | 39.08 | 6.93 | - |
| YUV | 132.46 | 62.27 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 16 | 0.70 | 0 | 0.92 | 0.24 | 105.76 | 0.85 | 0.41 |
| Hex | 3A | C1 | 10 | 46 | 0 | 5C | 18 | 6A | 55 | 29 |
| Octal | 72 | 301 | 20 | 106 | 0 | 134 | 30 | 152 | 125 | 51 |
| Binary | 111010 | 11000001 | 10000 | 1000110 | 0 | 1011100 | 11000 | 1101010 | 1010101 | 101001 |
Color Harmonies of #3AC110
Complementary color
Monochromatic Colors of #3AC110
Black with #3AC110
Text Example
Text Example
White with #3AC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC110; }
p { color: rgb(58,193,16); }
H1.HeaderClassName
{
color: #3AC110;
}
.AnyTagClassName
{
color: #3AC110;
}
</style>
background-color css
<style>
a { background-color: #3AC110; }
a { background-color: rgb(58,193,16); }
div.DivClassName
{
background-color: #3AC110;
}
.BgClassName
{
background-color: #3AC110;
}
</style>
border-color css
<style>
span { border-color: #3AC110; }
span { border-color: rgb(58,193,16); }
td.TdClassName
{
border-color: #3AC110;
}
.TagClassName
{
border-color: #3AC110;
}
</style>