Shades of Fern #5AC26F
Tints of Fern #5AC26F
RGB
CMYK
RGB Variations
Color information
#5AC26F (or 0x5AC26F) is known color: Fern. HEX triplet: 5A, C2 and 6F. RGB value is (90,194,111). Sum of RGB (Red+Green+Blue) = 90+194+111=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC26F is #A53D90. Grayscale: #999999. Windows color (decimal): -10829201 or 7324250. OLE color: 7324250.
HSL color Cylindrical-coordinate representation of color #5AC26F: hue angle of 132.12º degrees, saturation: 0.46, 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 #5AC26F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 111 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.24 |
| HSL | 132.12º | 0.46% | 0.56% | - |
| HSV(B) | 132.12º | 0.54% | 0.76% | - |
| XYZ | 26.38 | 41.9 | 21.74 | - |
| YUV | 153.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 111 | 0.54 | 0 | 0.43 | 0.24 | 132.12 | 0.46 | 0.56 |
| Hex | 5A | C2 | 6F | 36 | 0 | 2B | 18 | 84 | 2E | 38 |
| Octal | 132 | 302 | 157 | 66 | 0 | 53 | 30 | 204 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1101111 | 110110 | 0 | 101011 | 11000 | 10000100 | 101110 | 111000 |
Color Harmonies of #5AC26F
Complementary color
Monochromatic Colors of #5AC26F
Black with #5AC26F
Text Example
Text Example
White with #5AC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC26F; }
p { color: rgb(90,194,111); }
H1.HeaderClassName
{
color: #5AC26F;
}
.AnyTagClassName
{
color: #5AC26F;
}
</style>
background-color css
<style>
a { background-color: #5AC26F; }
a { background-color: rgb(90,194,111); }
div.DivClassName
{
background-color: #5AC26F;
}
.BgClassName
{
background-color: #5AC26F;
}
</style>
border-color css
<style>
span { border-color: #5AC26F; }
span { border-color: rgb(90,194,111); }
td.TdClassName
{
border-color: #5AC26F;
}
.TagClassName
{
border-color: #5AC26F;
}
</style>