Shades of Fern #5ACE60
Tints of Fern #5ACE60
RGB
CMYK
RGB Variations
Color information
#5ACE60 (or 0x5ACE60) is known color: Fern. HEX triplet: 5A, CE and 60. RGB value is (90,206,96). Sum of RGB (Red+Green+Blue) = 90+206+96=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE60 is #A5319F. Grayscale: #9F9F9F. Windows color (decimal): -10826144 or 6344282. OLE color: 6344282.
HSL color Cylindrical-coordinate representation of color #5ACE60: hue angle of 123.1º 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 #5ACE60 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 96 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.19 |
| HSL | 123.1º | 0.54% | 0.58% | - |
| HSV(B) | 123.1º | 0.56% | 0.81% | - |
| XYZ | 28.4 | 47.16 | 18.67 | - |
| YUV | 158.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 96 | 0.56 | 0 | 0.53 | 0.19 | 123.1 | 0.54 | 0.58 |
| Hex | 5A | CE | 60 | 38 | 0 | 35 | 13 | 7B | 36 | 3A |
| Octal | 132 | 316 | 140 | 70 | 0 | 65 | 23 | 173 | 66 | 72 |
| Binary | 1011010 | 11001110 | 1100000 | 111000 | 0 | 110101 | 10011 | 1111011 | 110110 | 111010 |
Color Harmonies of #5ACE60
Complementary color
Monochromatic Colors of #5ACE60
Black with #5ACE60
Text Example
Text Example
White with #5ACE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE60; }
p { color: rgb(90,206,96); }
H1.HeaderClassName
{
color: #5ACE60;
}
.AnyTagClassName
{
color: #5ACE60;
}
</style>
background-color css
<style>
a { background-color: #5ACE60; }
a { background-color: rgb(90,206,96); }
div.DivClassName
{
background-color: #5ACE60;
}
.BgClassName
{
background-color: #5ACE60;
}
</style>
border-color css
<style>
span { border-color: #5ACE60; }
span { border-color: rgb(90,206,96); }
td.TdClassName
{
border-color: #5ACE60;
}
.TagClassName
{
border-color: #5ACE60;
}
</style>