Shades of Emerald #3AF27C
Tints of Emerald #3AF27C
RGB
CMYK
RGB Variations
Color information
#3AF27C (or 0x3AF27C) is known color: Emerald. HEX triplet: 3A, F2 and 7C. RGB value is (58,242,124). Sum of RGB (Red+Green+Blue) = 58+242+124=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF27C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF27C is #C50D83. Grayscale: #ADADAD. Windows color (decimal): -12914052 or 8188474. OLE color: 8188474.
HSL color Cylindrical-coordinate representation of color #3AF27C: hue angle of 141.52º 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 #3AF27C is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 124 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.05 |
| HSL | 141.52º | 0.88% | 0.59% | - |
| HSV(B) | 141.52º | 0.76% | 0.95% | - |
| XYZ | 37.14 | 65.86 | 29.82 | - |
| YUV | 173.53 | 100.04 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 124 | 0.76 | 0 | 0.49 | 0.05 | 141.52 | 0.88 | 0.59 |
| Hex | 3A | F2 | 7C | 4C | 0 | 31 | 5 | 8E | 58 | 3B |
| Octal | 72 | 362 | 174 | 114 | 0 | 61 | 5 | 216 | 130 | 73 |
| Binary | 111010 | 11110010 | 1111100 | 1001100 | 0 | 110001 | 101 | 10001110 | 1011000 | 111011 |
Color Harmonies of #3AF27C
Complementary color
Monochromatic Colors of #3AF27C
Black with #3AF27C
Text Example
Text Example
White with #3AF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF27C; }
p { color: rgb(58,242,124); }
H1.HeaderClassName
{
color: #3AF27C;
}
.AnyTagClassName
{
color: #3AF27C;
}
</style>
background-color css
<style>
a { background-color: #3AF27C; }
a { background-color: rgb(58,242,124); }
div.DivClassName
{
background-color: #3AF27C;
}
.BgClassName
{
background-color: #3AF27C;
}
</style>
border-color css
<style>
span { border-color: #3AF27C; }
span { border-color: rgb(58,242,124); }
td.TdClassName
{
border-color: #3AF27C;
}
.TagClassName
{
border-color: #3AF27C;
}
</style>