Shades of Emerald #3AF16C
Tints of Emerald #3AF16C
RGB
CMYK
RGB Variations
Color information
#3AF16C (or 0x3AF16C) is known color: Emerald. HEX triplet: 3A, F1 and 6C. RGB value is (58,241,108). Sum of RGB (Red+Green+Blue) = 58+241+108=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF16C is #C50E93. Grayscale: #ABABAB. Windows color (decimal): -12914324 or 7139642. OLE color: 7139642.
HSL color Cylindrical-coordinate representation of color #3AF16C: hue angle of 136.39º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF16C is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 108 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.05 |
| HSL | 136.39º | 0.87% | 0.59% | - |
| HSV(B) | 136.39º | 0.76% | 0.95% | - |
| XYZ | 35.91 | 64.89 | 24.82 | - |
| YUV | 171.12 | 92.37 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 108 | 0.76 | 0 | 0.55 | 0.05 | 136.39 | 0.87 | 0.59 |
| Hex | 3A | F1 | 6C | 4C | 0 | 37 | 5 | 88 | 57 | 3B |
| Octal | 72 | 361 | 154 | 114 | 0 | 67 | 5 | 210 | 127 | 73 |
| Binary | 111010 | 11110001 | 1101100 | 1001100 | 0 | 110111 | 101 | 10001000 | 1010111 | 111011 |
Color Harmonies of #3AF16C
Complementary color
Monochromatic Colors of #3AF16C
Black with #3AF16C
Text Example
Text Example
White with #3AF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF16C; }
p { color: rgb(58,241,108); }
H1.HeaderClassName
{
color: #3AF16C;
}
.AnyTagClassName
{
color: #3AF16C;
}
</style>
background-color css
<style>
a { background-color: #3AF16C; }
a { background-color: rgb(58,241,108); }
div.DivClassName
{
background-color: #3AF16C;
}
.BgClassName
{
background-color: #3AF16C;
}
</style>
border-color css
<style>
span { border-color: #3AF16C; }
span { border-color: rgb(58,241,108); }
td.TdClassName
{
border-color: #3AF16C;
}
.TagClassName
{
border-color: #3AF16C;
}
</style>