Shades of Emerald #5ACF7F
Tints of Emerald #5ACF7F
RGB
CMYK
RGB Variations
Color information
#5ACF7F (or 0x5ACF7F) is known color: Emerald. HEX triplet: 5A, CF and 7F. RGB value is (90,207,127). Sum of RGB (Red+Green+Blue) = 90+207+127=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF7F is #A53080. Grayscale: #A3A3A3. Windows color (decimal): -10825857 or 8376154. OLE color: 8376154.
HSL color Cylindrical-coordinate representation of color #5ACF7F: hue angle of 138.97º 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 #5ACF7F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 127 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.19 |
| HSL | 138.97º | 0.55% | 0.58% | - |
| HSV(B) | 138.97º | 0.57% | 0.81% | - |
| XYZ | 30.36 | 48.33 | 27.81 | - |
| YUV | 162.9 | 107.74 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 127 | 0.57 | 0 | 0.39 | 0.19 | 138.97 | 0.55 | 0.58 |
| Hex | 5A | CF | 7F | 39 | 0 | 27 | 13 | 8B | 37 | 3A |
| Octal | 132 | 317 | 177 | 71 | 0 | 47 | 23 | 213 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1111111 | 111001 | 0 | 100111 | 10011 | 10001011 | 110111 | 111010 |
Color Harmonies of #5ACF7F
Complementary color
Monochromatic Colors of #5ACF7F
Black with #5ACF7F
Text Example
Text Example
White with #5ACF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF7F; }
p { color: rgb(90,207,127); }
H1.HeaderClassName
{
color: #5ACF7F;
}
.AnyTagClassName
{
color: #5ACF7F;
}
</style>
background-color css
<style>
a { background-color: #5ACF7F; }
a { background-color: rgb(90,207,127); }
div.DivClassName
{
background-color: #5ACF7F;
}
.BgClassName
{
background-color: #5ACF7F;
}
</style>
border-color css
<style>
span { border-color: #5ACF7F; }
span { border-color: rgb(90,207,127); }
td.TdClassName
{
border-color: #5ACF7F;
}
.TagClassName
{
border-color: #5ACF7F;
}
</style>