Shades of Emerald #5ACF7E
Tints of Emerald #5ACF7E
RGB
CMYK
RGB Variations
Color information
#5ACF7E (or 0x5ACF7E) is known color: Emerald. HEX triplet: 5A, CF and 7E. RGB value is (90,207,126). Sum of RGB (Red+Green+Blue) = 90+207+126=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF7E is #A53081. Grayscale: #A2A2A2. Windows color (decimal): -10825858 or 8310618. OLE color: 8310618.
HSL color Cylindrical-coordinate representation of color #5ACF7E: hue angle of 138.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACF7E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 126 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.19 |
| HSL | 138.46º | 0.55% | 0.58% | - |
| HSV(B) | 138.46º | 0.57% | 0.81% | - |
| XYZ | 30.3 | 48.31 | 27.47 | - |
| YUV | 162.78 | 107.24 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 126 | 0.57 | 0 | 0.39 | 0.19 | 138.46 | 0.55 | 0.58 |
| Hex | 5A | CF | 7E | 39 | 0 | 27 | 13 | 8A | 37 | 3A |
| Octal | 132 | 317 | 176 | 71 | 0 | 47 | 23 | 212 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1111110 | 111001 | 0 | 100111 | 10011 | 10001010 | 110111 | 111010 |
Color Harmonies of #5ACF7E
Complementary color
Monochromatic Colors of #5ACF7E
Black with #5ACF7E
Text Example
Text Example
White with #5ACF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF7E; }
p { color: rgb(90,207,126); }
H1.HeaderClassName
{
color: #5ACF7E;
}
.AnyTagClassName
{
color: #5ACF7E;
}
</style>
background-color css
<style>
a { background-color: #5ACF7E; }
a { background-color: rgb(90,207,126); }
div.DivClassName
{
background-color: #5ACF7E;
}
.BgClassName
{
background-color: #5ACF7E;
}
</style>
border-color css
<style>
span { border-color: #5ACF7E; }
span { border-color: rgb(90,207,126); }
td.TdClassName
{
border-color: #5ACF7E;
}
.TagClassName
{
border-color: #5ACF7E;
}
</style>