Shades of Emerald #3AF26C
Tints of Emerald #3AF26C
RGB
CMYK
RGB Variations
Color information
#3AF26C (or 0x3AF26C) is known color: Emerald. HEX triplet: 3A, F2 and 6C. RGB value is (58,242,108). Sum of RGB (Red+Green+Blue) = 58+242+108=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF26C is #C50D93. Grayscale: #ACACAC. Windows color (decimal): -12914068 or 7139898. OLE color: 7139898.
HSL color Cylindrical-coordinate representation of color #3AF26C: hue angle of 136.3º 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 #3AF26C is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 108 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.05 |
| HSL | 136.3º | 0.88% | 0.59% | - |
| HSV(B) | 136.3º | 0.76% | 0.95% | - |
| XYZ | 36.2 | 65.49 | 24.92 | - |
| YUV | 171.71 | 92.04 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 108 | 0.76 | 0 | 0.55 | 0.05 | 136.3 | 0.88 | 0.59 |
| Hex | 3A | F2 | 6C | 4C | 0 | 37 | 5 | 88 | 58 | 3B |
| Octal | 72 | 362 | 154 | 114 | 0 | 67 | 5 | 210 | 130 | 73 |
| Binary | 111010 | 11110010 | 1101100 | 1001100 | 0 | 110111 | 101 | 10001000 | 1011000 | 111011 |
Color Harmonies of #3AF26C
Complementary color
Monochromatic Colors of #3AF26C
Black with #3AF26C
Text Example
Text Example
White with #3AF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF26C; }
p { color: rgb(58,242,108); }
H1.HeaderClassName
{
color: #3AF26C;
}
.AnyTagClassName
{
color: #3AF26C;
}
</style>
background-color css
<style>
a { background-color: #3AF26C; }
a { background-color: rgb(58,242,108); }
div.DivClassName
{
background-color: #3AF26C;
}
.BgClassName
{
background-color: #3AF26C;
}
</style>
border-color css
<style>
span { border-color: #3AF26C; }
span { border-color: rgb(58,242,108); }
td.TdClassName
{
border-color: #3AF26C;
}
.TagClassName
{
border-color: #3AF26C;
}
</style>