Shades of Fern #5AC468
Tints of Fern #5AC468
RGB
CMYK
RGB Variations
Color information
#5AC468 (or 0x5AC468) is known color: Fern. HEX triplet: 5A, C4 and 68. RGB value is (90,196,104). Sum of RGB (Red+Green+Blue) = 90+196+104=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC468 is #A53B97. Grayscale: #9A9A9A. Windows color (decimal): -10828696 or 6866010. OLE color: 6866010.
HSL color Cylindrical-coordinate representation of color #5AC468: hue angle of 127.92º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC468 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 104 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.23 |
| HSL | 127.92º | 0.47% | 0.56% | - |
| HSV(B) | 127.92º | 0.54% | 0.77% | - |
| XYZ | 26.46 | 42.65 | 19.94 | - |
| YUV | 153.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 104 | 0.54 | 0 | 0.47 | 0.23 | 127.92 | 0.47 | 0.56 |
| Hex | 5A | C4 | 68 | 36 | 0 | 2F | 17 | 80 | 2F | 38 |
| Octal | 132 | 304 | 150 | 66 | 0 | 57 | 27 | 200 | 57 | 70 |
| Binary | 1011010 | 11000100 | 1101000 | 110110 | 0 | 101111 | 10111 | 10000000 | 101111 | 111000 |
Color Harmonies of #5AC468
Complementary color
Monochromatic Colors of #5AC468
Black with #5AC468
Text Example
Text Example
White with #5AC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC468; }
p { color: rgb(90,196,104); }
H1.HeaderClassName
{
color: #5AC468;
}
.AnyTagClassName
{
color: #5AC468;
}
</style>
background-color css
<style>
a { background-color: #5AC468; }
a { background-color: rgb(90,196,104); }
div.DivClassName
{
background-color: #5AC468;
}
.BgClassName
{
background-color: #5AC468;
}
</style>
border-color css
<style>
span { border-color: #5AC468; }
span { border-color: rgb(90,196,104); }
td.TdClassName
{
border-color: #5AC468;
}
.TagClassName
{
border-color: #5AC468;
}
</style>