Shades of Fern #5ACB60
Tints of Fern #5ACB60
RGB
CMYK
RGB Variations
Color information
#5ACB60 (or 0x5ACB60) is known color: Fern. HEX triplet: 5A, CB and 60. RGB value is (90,203,96). Sum of RGB (Red+Green+Blue) = 90+203+96=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB60 is #A5349F. Grayscale: #9D9D9D. Windows color (decimal): -10826912 or 6343514. OLE color: 6343514.
HSL color Cylindrical-coordinate representation of color #5ACB60: hue angle of 123.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB60 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 96 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.20 |
| HSL | 123.19º | 0.52% | 0.57% | - |
| HSV(B) | 123.19º | 0.56% | 0.8% | - |
| XYZ | 27.68 | 45.73 | 18.43 | - |
| YUV | 157.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 96 | 0.56 | 0 | 0.53 | 0.20 | 123.19 | 0.52 | 0.57 |
| Hex | 5A | CB | 60 | 38 | 0 | 35 | 14 | 7B | 34 | 39 |
| Octal | 132 | 313 | 140 | 70 | 0 | 65 | 24 | 173 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1100000 | 111000 | 0 | 110101 | 10100 | 1111011 | 110100 | 111001 |
Color Harmonies of #5ACB60
Complementary color
Monochromatic Colors of #5ACB60
Black with #5ACB60
Text Example
Text Example
White with #5ACB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB60; }
p { color: rgb(90,203,96); }
H1.HeaderClassName
{
color: #5ACB60;
}
.AnyTagClassName
{
color: #5ACB60;
}
</style>
background-color css
<style>
a { background-color: #5ACB60; }
a { background-color: rgb(90,203,96); }
div.DivClassName
{
background-color: #5ACB60;
}
.BgClassName
{
background-color: #5ACB60;
}
</style>
border-color css
<style>
span { border-color: #5ACB60; }
span { border-color: rgb(90,203,96); }
td.TdClassName
{
border-color: #5ACB60;
}
.TagClassName
{
border-color: #5ACB60;
}
</style>