Shades of Emerald #3AF97A
Tints of Emerald #3AF97A
RGB
CMYK
RGB Variations
Color information
#3AF97A (or 0x3AF97A) is known color: Emerald. HEX triplet: 3A, F9 and 7A. RGB value is (58,249,122). Sum of RGB (Red+Green+Blue) = 58+249+122=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF97A is #C50685. Grayscale: #B1B1B1. Windows color (decimal): -12912262 or 8059194. OLE color: 8059194.
HSL color Cylindrical-coordinate representation of color #3AF97A: hue angle of 140.1º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF97A is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 122 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.02 |
| HSL | 140.1º | 0.94% | 0.6% | - |
| HSV(B) | 140.1º | 0.77% | 0.98% | - |
| XYZ | 39.13 | 70.06 | 29.87 | - |
| YUV | 177.41 | 96.72 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 122 | 0.77 | 0 | 0.51 | 0.02 | 140.1 | 0.94 | 0.6 |
| Hex | 3A | F9 | 7A | 4D | 0 | 33 | 2 | 8C | 5E | 3C |
| Octal | 72 | 371 | 172 | 115 | 0 | 63 | 2 | 214 | 136 | 74 |
| Binary | 111010 | 11111001 | 1111010 | 1001101 | 0 | 110011 | 10 | 10001100 | 1011110 | 111100 |
Color Harmonies of #3AF97A
Complementary color
Monochromatic Colors of #3AF97A
Black with #3AF97A
Text Example
Text Example
White with #3AF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF97A; }
p { color: rgb(58,249,122); }
H1.HeaderClassName
{
color: #3AF97A;
}
.AnyTagClassName
{
color: #3AF97A;
}
</style>
background-color css
<style>
a { background-color: #3AF97A; }
a { background-color: rgb(58,249,122); }
div.DivClassName
{
background-color: #3AF97A;
}
.BgClassName
{
background-color: #3AF97A;
}
</style>
border-color css
<style>
span { border-color: #3AF97A; }
span { border-color: rgb(58,249,122); }
td.TdClassName
{
border-color: #3AF97A;
}
.TagClassName
{
border-color: #3AF97A;
}
</style>