Shades of Emerald #5ACF6F
Tints of Emerald #5ACF6F
RGB
CMYK
RGB Variations
Color information
#5ACF6F (or 0x5ACF6F) is known color: Emerald. HEX triplet: 5A, CF and 6F. RGB value is (90,207,111). Sum of RGB (Red+Green+Blue) = 90+207+111=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF6F is #A53090. Grayscale: #A1A1A1. Windows color (decimal): -10825873 or 7327578. OLE color: 7327578.
HSL color Cylindrical-coordinate representation of color #5ACF6F: hue angle of 130.77º 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 #5ACF6F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 111 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.19 |
| HSL | 130.77º | 0.55% | 0.58% | - |
| HSV(B) | 130.77º | 0.57% | 0.81% | - |
| XYZ | 29.4 | 47.95 | 22.74 | - |
| YUV | 161.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 111 | 0.57 | 0 | 0.46 | 0.19 | 130.77 | 0.55 | 0.58 |
| Hex | 5A | CF | 6F | 39 | 0 | 2E | 13 | 83 | 37 | 3A |
| Octal | 132 | 317 | 157 | 71 | 0 | 56 | 23 | 203 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1101111 | 111001 | 0 | 101110 | 10011 | 10000011 | 110111 | 111010 |
Color Harmonies of #5ACF6F
Complementary color
Monochromatic Colors of #5ACF6F
Black with #5ACF6F
Text Example
Text Example
White with #5ACF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF6F; }
p { color: rgb(90,207,111); }
H1.HeaderClassName
{
color: #5ACF6F;
}
.AnyTagClassName
{
color: #5ACF6F;
}
</style>
background-color css
<style>
a { background-color: #5ACF6F; }
a { background-color: rgb(90,207,111); }
div.DivClassName
{
background-color: #5ACF6F;
}
.BgClassName
{
background-color: #5ACF6F;
}
</style>
border-color css
<style>
span { border-color: #5ACF6F; }
span { border-color: rgb(90,207,111); }
td.TdClassName
{
border-color: #5ACF6F;
}
.TagClassName
{
border-color: #5ACF6F;
}
</style>