Shades of Fern #5ACE68
Tints of Fern #5ACE68
RGB
CMYK
RGB Variations
Color information
#5ACE68 (or 0x5ACE68) is known color: Fern. HEX triplet: 5A, CE and 68. RGB value is (90,206,104). Sum of RGB (Red+Green+Blue) = 90+206+104=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE68 is #A53197. Grayscale: #9F9F9F. Windows color (decimal): -10826136 or 6868570. OLE color: 6868570.
HSL color Cylindrical-coordinate representation of color #5ACE68: hue angle of 127.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACE68 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 104 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.19 |
| HSL | 127.24º | 0.54% | 0.58% | - |
| HSV(B) | 127.24º | 0.56% | 0.81% | - |
| XYZ | 28.79 | 47.32 | 20.71 | - |
| YUV | 159.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 104 | 0.56 | 0 | 0.50 | 0.19 | 127.24 | 0.54 | 0.58 |
| Hex | 5A | CE | 68 | 38 | 0 | 32 | 13 | 7F | 36 | 3A |
| Octal | 132 | 316 | 150 | 70 | 0 | 62 | 23 | 177 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1101000 | 111000 | 0 | 110010 | 10011 | 1111111 | 110110 | 111010 |
Color Harmonies of #5ACE68
Complementary color
Monochromatic Colors of #5ACE68
Black with #5ACE68
Text Example
Text Example
White with #5ACE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE68; }
p { color: rgb(90,206,104); }
H1.HeaderClassName
{
color: #5ACE68;
}
.AnyTagClassName
{
color: #5ACE68;
}
</style>
background-color css
<style>
a { background-color: #5ACE68; }
a { background-color: rgb(90,206,104); }
div.DivClassName
{
background-color: #5ACE68;
}
.BgClassName
{
background-color: #5ACE68;
}
</style>
border-color css
<style>
span { border-color: #5ACE68; }
span { border-color: rgb(90,206,104); }
td.TdClassName
{
border-color: #5ACE68;
}
.TagClassName
{
border-color: #5ACE68;
}
</style>