Shades of Fern #5AC960
Tints of Fern #5AC960
RGB
CMYK
RGB Variations
Color information
#5AC960 (or 0x5AC960) is known color: Fern. HEX triplet: 5A, C9 and 60. RGB value is (90,201,96). Sum of RGB (Red+Green+Blue) = 90+201+96=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC960 is #A5369F. Grayscale: #9C9C9C. Windows color (decimal): -10827424 or 6343002. OLE color: 6343002.
HSL color Cylindrical-coordinate representation of color #5AC960: hue angle of 123.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC960 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 96 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.21 |
| HSL | 123.24º | 0.51% | 0.57% | - |
| HSV(B) | 123.24º | 0.55% | 0.79% | - |
| XYZ | 27.21 | 44.79 | 18.28 | - |
| YUV | 155.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 96 | 0.55 | 0 | 0.52 | 0.21 | 123.24 | 0.51 | 0.57 |
| Hex | 5A | C9 | 60 | 37 | 0 | 34 | 15 | 7B | 33 | 39 |
| Octal | 132 | 311 | 140 | 67 | 0 | 64 | 25 | 173 | 63 | 71 |
| Binary | 1011010 | 11001001 | 1100000 | 110111 | 0 | 110100 | 10101 | 1111011 | 110011 | 111001 |
Color Harmonies of #5AC960
Complementary color
Monochromatic Colors of #5AC960
Black with #5AC960
Text Example
Text Example
White with #5AC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC960; }
p { color: rgb(90,201,96); }
H1.HeaderClassName
{
color: #5AC960;
}
.AnyTagClassName
{
color: #5AC960;
}
</style>
background-color css
<style>
a { background-color: #5AC960; }
a { background-color: rgb(90,201,96); }
div.DivClassName
{
background-color: #5AC960;
}
.BgClassName
{
background-color: #5AC960;
}
</style>
border-color css
<style>
span { border-color: #5AC960; }
span { border-color: rgb(90,201,96); }
td.TdClassName
{
border-color: #5AC960;
}
.TagClassName
{
border-color: #5AC960;
}
</style>