Shades of Emerald #5ACF6B
Tints of Emerald #5ACF6B
RGB
CMYK
RGB Variations
Color information
#5ACF6B (or 0x5ACF6B) is known color: Emerald. HEX triplet: 5A, CF and 6B. RGB value is (90,207,107). Sum of RGB (Red+Green+Blue) = 90+207+107=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF6B is #A53094. Grayscale: #A0A0A0. Windows color (decimal): -10825877 or 7065434. OLE color: 7065434.
HSL color Cylindrical-coordinate representation of color #5ACF6B: hue angle of 128.72º 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 #5ACF6B is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 107 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.19 |
| HSL | 128.72º | 0.55% | 0.58% | - |
| HSV(B) | 128.72º | 0.57% | 0.81% | - |
| XYZ | 29.18 | 47.86 | 21.61 | - |
| YUV | 160.62 | 97.74 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 107 | 0.57 | 0 | 0.48 | 0.19 | 128.72 | 0.55 | 0.58 |
| Hex | 5A | CF | 6B | 39 | 0 | 30 | 13 | 81 | 37 | 3A |
| Octal | 132 | 317 | 153 | 71 | 0 | 60 | 23 | 201 | 67 | 72 |
| Binary | 1011010 | 11001111 | 1101011 | 111001 | 0 | 110000 | 10011 | 10000001 | 110111 | 111010 |
Color Harmonies of #5ACF6B
Complementary color
Monochromatic Colors of #5ACF6B
Black with #5ACF6B
Text Example
Text Example
White with #5ACF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF6B; }
p { color: rgb(90,207,107); }
H1.HeaderClassName
{
color: #5ACF6B;
}
.AnyTagClassName
{
color: #5ACF6B;
}
</style>
background-color css
<style>
a { background-color: #5ACF6B; }
a { background-color: rgb(90,207,107); }
div.DivClassName
{
background-color: #5ACF6B;
}
.BgClassName
{
background-color: #5ACF6B;
}
</style>
border-color css
<style>
span { border-color: #5ACF6B; }
span { border-color: rgb(90,207,107); }
td.TdClassName
{
border-color: #5ACF6B;
}
.TagClassName
{
border-color: #5ACF6B;
}
</style>