Shades of Fern #5ACB5E
Tints of Fern #5ACB5E
RGB
CMYK
RGB Variations
Color information
#5ACB5E (or 0x5ACB5E) is known color: Fern. HEX triplet: 5A, CB and 5E. RGB value is (90,203,94). Sum of RGB (Red+Green+Blue) = 90+203+94=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB5E is #A534A1. Grayscale: #9D9D9D. Windows color (decimal): -10826914 or 6212442. OLE color: 6212442.
HSL color Cylindrical-coordinate representation of color #5ACB5E: hue angle of 122.12º 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 #5ACB5E is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 94 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.20 |
| HSL | 122.12º | 0.52% | 0.57% | - |
| HSV(B) | 122.12º | 0.56% | 0.8% | - |
| XYZ | 27.59 | 45.69 | 17.96 | - |
| YUV | 156.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 94 | 0.56 | 0 | 0.54 | 0.20 | 122.12 | 0.52 | 0.57 |
| Hex | 5A | CB | 5E | 38 | 0 | 36 | 14 | 7A | 34 | 39 |
| Octal | 132 | 313 | 136 | 70 | 0 | 66 | 24 | 172 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1011110 | 111000 | 0 | 110110 | 10100 | 1111010 | 110100 | 111001 |
Color Harmonies of #5ACB5E
Complementary color
Monochromatic Colors of #5ACB5E
Black with #5ACB5E
Text Example
Text Example
White with #5ACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB5E; }
p { color: rgb(90,203,94); }
H1.HeaderClassName
{
color: #5ACB5E;
}
.AnyTagClassName
{
color: #5ACB5E;
}
</style>
background-color css
<style>
a { background-color: #5ACB5E; }
a { background-color: rgb(90,203,94); }
div.DivClassName
{
background-color: #5ACB5E;
}
.BgClassName
{
background-color: #5ACB5E;
}
</style>
border-color css
<style>
span { border-color: #5ACB5E; }
span { border-color: rgb(90,203,94); }
td.TdClassName
{
border-color: #5ACB5E;
}
.TagClassName
{
border-color: #5ACB5E;
}
</style>