Shades of Emerald #3AF06F
Tints of Emerald #3AF06F
RGB
CMYK
RGB Variations
Color information
#3AF06F (or 0x3AF06F) is known color: Emerald. HEX triplet: 3A, F0 and 6F. RGB value is (58,240,111). Sum of RGB (Red+Green+Blue) = 58+240+111=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF06F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF06F is #C50F90. Grayscale: #ABABAB. Windows color (decimal): -12914577 or 7335994. OLE color: 7335994.
HSL color Cylindrical-coordinate representation of color #3AF06F: hue angle of 137.47º 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 #3AF06F is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 111 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.06 |
| HSL | 137.47º | 0.86% | 0.58% | - |
| HSV(B) | 137.47º | 0.76% | 0.94% | - |
| XYZ | 35.77 | 64.37 | 25.58 | - |
| YUV | 170.88 | 94.2 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 111 | 0.76 | 0 | 0.54 | 0.06 | 137.47 | 0.86 | 0.58 |
| Hex | 3A | F0 | 6F | 4C | 0 | 36 | 6 | 89 | 56 | 3A |
| Octal | 72 | 360 | 157 | 114 | 0 | 66 | 6 | 211 | 126 | 72 |
| Binary | 111010 | 11110000 | 1101111 | 1001100 | 0 | 110110 | 110 | 10001001 | 1010110 | 111010 |
Color Harmonies of #3AF06F
Complementary color
Monochromatic Colors of #3AF06F
Black with #3AF06F
Text Example
Text Example
White with #3AF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF06F; }
p { color: rgb(58,240,111); }
H1.HeaderClassName
{
color: #3AF06F;
}
.AnyTagClassName
{
color: #3AF06F;
}
</style>
background-color css
<style>
a { background-color: #3AF06F; }
a { background-color: rgb(58,240,111); }
div.DivClassName
{
background-color: #3AF06F;
}
.BgClassName
{
background-color: #3AF06F;
}
</style>
border-color css
<style>
span { border-color: #3AF06F; }
span { border-color: rgb(58,240,111); }
td.TdClassName
{
border-color: #3AF06F;
}
.TagClassName
{
border-color: #3AF06F;
}
</style>