Shades of Kelly Green #3AC112
Tints of Kelly Green #3AC112
RGB
CMYK
RGB Variations
Color information
#3AC112 (or 0x3AC112) is known color: Kelly Green. HEX triplet: 3A, C1 and 12. RGB value is (58,193,18). Sum of RGB (Red+Green+Blue) = 58+193+18=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC112 is #C53EED. Grayscale: #858585. Windows color (decimal): -12926702 or 1229114. OLE color: 1229114.
HSL color Cylindrical-coordinate representation of color #3AC112: hue angle of 106.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AC112 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 18 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.24 |
| HSL | 106.29º | 0.83% | 0.41% | - |
| HSV(B) | 106.29º | 0.91% | 0.76% | - |
| XYZ | 20.92 | 39.08 | 7.01 | - |
| YUV | 132.69 | 63.27 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 18 | 0.70 | 0 | 0.91 | 0.24 | 106.29 | 0.83 | 0.41 |
| Hex | 3A | C1 | 12 | 46 | 0 | 5B | 18 | 6A | 53 | 29 |
| Octal | 72 | 301 | 22 | 106 | 0 | 133 | 30 | 152 | 123 | 51 |
| Binary | 111010 | 11000001 | 10010 | 1000110 | 0 | 1011011 | 11000 | 1101010 | 1010011 | 101001 |
Color Harmonies of #3AC112
Complementary color
Monochromatic Colors of #3AC112
Black with #3AC112
Text Example
Text Example
White with #3AC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC112; }
p { color: rgb(58,193,18); }
H1.HeaderClassName
{
color: #3AC112;
}
.AnyTagClassName
{
color: #3AC112;
}
</style>
background-color css
<style>
a { background-color: #3AC112; }
a { background-color: rgb(58,193,18); }
div.DivClassName
{
background-color: #3AC112;
}
.BgClassName
{
background-color: #3AC112;
}
</style>
border-color css
<style>
span { border-color: #3AC112; }
span { border-color: rgb(58,193,18); }
td.TdClassName
{
border-color: #3AC112;
}
.TagClassName
{
border-color: #3AC112;
}
</style>