Shades of Fern #5AC365
Tints of Fern #5AC365
RGB
CMYK
RGB Variations
Color information
#5AC365 (or 0x5AC365) is known color: Fern. HEX triplet: 5A, C3 and 65. RGB value is (90,195,101). Sum of RGB (Red+Green+Blue) = 90+195+101=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC365 is #A53C9A. Grayscale: #999999. Windows color (decimal): -10828955 or 6669146. OLE color: 6669146.
HSL color Cylindrical-coordinate representation of color #5AC365: hue angle of 126.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC365 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 101 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.24 |
| HSL | 126.29º | 0.47% | 0.56% | - |
| HSV(B) | 126.29º | 0.54% | 0.76% | - |
| XYZ | 26.08 | 42.14 | 19.07 | - |
| YUV | 152.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 101 | 0.54 | 0 | 0.48 | 0.24 | 126.29 | 0.47 | 0.56 |
| Hex | 5A | C3 | 65 | 36 | 0 | 30 | 18 | 7E | 2F | 38 |
| Octal | 132 | 303 | 145 | 66 | 0 | 60 | 30 | 176 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1100101 | 110110 | 0 | 110000 | 11000 | 1111110 | 101111 | 111000 |
Color Harmonies of #5AC365
Complementary color
Monochromatic Colors of #5AC365
Black with #5AC365
Text Example
Text Example
White with #5AC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC365; }
p { color: rgb(90,195,101); }
H1.HeaderClassName
{
color: #5AC365;
}
.AnyTagClassName
{
color: #5AC365;
}
</style>
background-color css
<style>
a { background-color: #5AC365; }
a { background-color: rgb(90,195,101); }
div.DivClassName
{
background-color: #5AC365;
}
.BgClassName
{
background-color: #5AC365;
}
</style>
border-color css
<style>
span { border-color: #5AC365; }
span { border-color: rgb(90,195,101); }
td.TdClassName
{
border-color: #5AC365;
}
.TagClassName
{
border-color: #5AC365;
}
</style>