Shades of Fern #5AC356
Tints of Fern #5AC356
RGB
CMYK
RGB Variations
Color information
#5AC356 (or 0x5AC356) is known color: Fern. HEX triplet: 5A, C3 and 56. RGB value is (90,195,86). Sum of RGB (Red+Green+Blue) = 90+195+86=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC356 is #A53CA9. Grayscale: #979797. Windows color (decimal): -10828970 or 5686106. OLE color: 5686106.
HSL color Cylindrical-coordinate representation of color #5AC356: hue angle of 117.8º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC356 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 86 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.24 |
| HSL | 117.8º | 0.48% | 0.55% | - |
| HSV(B) | 117.8º | 0.56% | 0.76% | - |
| XYZ | 25.41 | 41.88 | 15.55 | - |
| YUV | 151.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 86 | 0.54 | 0 | 0.56 | 0.24 | 117.8 | 0.48 | 0.55 |
| Hex | 5A | C3 | 56 | 36 | 0 | 38 | 18 | 76 | 30 | 37 |
| Octal | 132 | 303 | 126 | 66 | 0 | 70 | 30 | 166 | 60 | 67 |
| Binary | 1011010 | 11000011 | 1010110 | 110110 | 0 | 111000 | 11000 | 1110110 | 110000 | 110111 |
Color Harmonies of #5AC356
Complementary color
Monochromatic Colors of #5AC356
Black with #5AC356
Text Example
Text Example
White with #5AC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC356; }
p { color: rgb(90,195,86); }
H1.HeaderClassName
{
color: #5AC356;
}
.AnyTagClassName
{
color: #5AC356;
}
</style>
background-color css
<style>
a { background-color: #5AC356; }
a { background-color: rgb(90,195,86); }
div.DivClassName
{
background-color: #5AC356;
}
.BgClassName
{
background-color: #5AC356;
}
</style>
border-color css
<style>
span { border-color: #5AC356; }
span { border-color: rgb(90,195,86); }
td.TdClassName
{
border-color: #5AC356;
}
.TagClassName
{
border-color: #5AC356;
}
</style>