Shades of Emerald #3AF080
Tints of Emerald #3AF080
RGB
CMYK
RGB Variations
Color information
#3AF080 (or 0x3AF080) is known color: Emerald. HEX triplet: 3A, F0 and 80. RGB value is (58,240,128). Sum of RGB (Red+Green+Blue) = 58+240+128=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF080 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF080 is #C50F7F. Grayscale: #ADADAD. Windows color (decimal): -12914560 or 8450106. OLE color: 8450106.
HSL color Cylindrical-coordinate representation of color #3AF080: hue angle of 143.08º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF080 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 128 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.06 |
| HSL | 143.08º | 0.86% | 0.58% | - |
| HSV(B) | 143.08º | 0.76% | 0.94% | - |
| XYZ | 36.8 | 64.78 | 30.99 | - |
| YUV | 172.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 128 | 0.76 | 0 | 0.47 | 0.06 | 143.08 | 0.86 | 0.58 |
| Hex | 3A | F0 | 80 | 4C | 0 | 2F | 6 | 8F | 56 | 3A |
| Octal | 72 | 360 | 200 | 114 | 0 | 57 | 6 | 217 | 126 | 72 |
| Binary | 111010 | 11110000 | 10000000 | 1001100 | 0 | 101111 | 110 | 10001111 | 1010110 | 111010 |
Color Harmonies of #3AF080
Complementary color
Monochromatic Colors of #3AF080
Black with #3AF080
Text Example
Text Example
White with #3AF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF080; }
p { color: rgb(58,240,128); }
H1.HeaderClassName
{
color: #3AF080;
}
.AnyTagClassName
{
color: #3AF080;
}
</style>
background-color css
<style>
a { background-color: #3AF080; }
a { background-color: rgb(58,240,128); }
div.DivClassName
{
background-color: #3AF080;
}
.BgClassName
{
background-color: #3AF080;
}
</style>
border-color css
<style>
span { border-color: #3AF080; }
span { border-color: rgb(58,240,128); }
td.TdClassName
{
border-color: #3AF080;
}
.TagClassName
{
border-color: #3AF080;
}
</style>