Shades of Emerald #3AF26B
Tints of Emerald #3AF26B
RGB
CMYK
RGB Variations
Color information
#3AF26B (or 0x3AF26B) is known color: Emerald. HEX triplet: 3A, F2 and 6B. RGB value is (58,242,107). Sum of RGB (Red+Green+Blue) = 58+242+107=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 242 (94.92% from 255 or 59.46% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF26B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF26B is #C50D94. Grayscale: #ABABAB. Windows color (decimal): -12914069 or 7074362. OLE color: 7074362.
HSL color Cylindrical-coordinate representation of color #3AF26B: hue angle of 135.98º degrees, saturation: 0.88, 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 #3AF26B is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 107 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.05 |
| HSL | 135.98º | 0.88% | 0.59% | - |
| HSV(B) | 135.98º | 0.76% | 0.95% | - |
| XYZ | 36.15 | 65.47 | 24.64 | - |
| YUV | 171.59 | 91.54 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 107 | 0.76 | 0 | 0.56 | 0.05 | 135.98 | 0.88 | 0.59 |
| Hex | 3A | F2 | 6B | 4C | 0 | 38 | 5 | 88 | 58 | 3B |
| Octal | 72 | 362 | 153 | 114 | 0 | 70 | 5 | 210 | 130 | 73 |
| Binary | 111010 | 11110010 | 1101011 | 1001100 | 0 | 111000 | 101 | 10001000 | 1011000 | 111011 |
Color Harmonies of #3AF26B
Complementary color
Monochromatic Colors of #3AF26B
Black with #3AF26B
Text Example
Text Example
White with #3AF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF26B; }
p { color: rgb(58,242,107); }
H1.HeaderClassName
{
color: #3AF26B;
}
.AnyTagClassName
{
color: #3AF26B;
}
</style>
background-color css
<style>
a { background-color: #3AF26B; }
a { background-color: rgb(58,242,107); }
div.DivClassName
{
background-color: #3AF26B;
}
.BgClassName
{
background-color: #3AF26B;
}
</style>
border-color css
<style>
span { border-color: #3AF26B; }
span { border-color: rgb(58,242,107); }
td.TdClassName
{
border-color: #3AF26B;
}
.TagClassName
{
border-color: #3AF26B;
}
</style>