Shades of Fern #5ACE64
Tints of Fern #5ACE64
RGB
CMYK
RGB Variations
Color information
#5ACE64 (or 0x5ACE64) is known color: Fern. HEX triplet: 5A, CE and 64. RGB value is (90,206,100). Sum of RGB (Red+Green+Blue) = 90+206+100=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE64 is #A5319B. Grayscale: #9F9F9F. Windows color (decimal): -10826140 or 6606426. OLE color: 6606426.
HSL color Cylindrical-coordinate representation of color #5ACE64: hue angle of 125.17º 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 #5ACE64 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 100 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.19 |
| HSL | 125.17º | 0.54% | 0.58% | - |
| HSV(B) | 125.17º | 0.56% | 0.81% | - |
| XYZ | 28.59 | 47.24 | 19.67 | - |
| YUV | 159.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 100 | 0.56 | 0 | 0.51 | 0.19 | 125.17 | 0.54 | 0.58 |
| Hex | 5A | CE | 64 | 38 | 0 | 33 | 13 | 7D | 36 | 3A |
| Octal | 132 | 316 | 144 | 70 | 0 | 63 | 23 | 175 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1100100 | 111000 | 0 | 110011 | 10011 | 1111101 | 110110 | 111010 |
Color Harmonies of #5ACE64
Complementary color
Monochromatic Colors of #5ACE64
Black with #5ACE64
Text Example
Text Example
White with #5ACE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE64; }
p { color: rgb(90,206,100); }
H1.HeaderClassName
{
color: #5ACE64;
}
.AnyTagClassName
{
color: #5ACE64;
}
</style>
background-color css
<style>
a { background-color: #5ACE64; }
a { background-color: rgb(90,206,100); }
div.DivClassName
{
background-color: #5ACE64;
}
.BgClassName
{
background-color: #5ACE64;
}
</style>
border-color css
<style>
span { border-color: #5ACE64; }
span { border-color: rgb(90,206,100); }
td.TdClassName
{
border-color: #5ACE64;
}
.TagClassName
{
border-color: #5ACE64;
}
</style>