Shades of Fern #5AC16D
Tints of Fern #5AC16D
RGB
CMYK
RGB Variations
Color information
#5AC16D (or 0x5AC16D) is known color: Fern. HEX triplet: 5A, C1 and 6D. RGB value is (90,193,109). Sum of RGB (Red+Green+Blue) = 90+193+109=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC16D is #A53E92. Grayscale: #989898. Windows color (decimal): -10829459 or 7192922. OLE color: 7192922.
HSL color Cylindrical-coordinate representation of color #5AC16D: hue angle of 131.07º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC16D is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 109 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.24 |
| HSL | 131.07º | 0.45% | 0.55% | - |
| HSV(B) | 131.07º | 0.53% | 0.76% | - |
| XYZ | 26.05 | 41.42 | 21.09 | - |
| YUV | 152.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 109 | 0.53 | 0 | 0.44 | 0.24 | 131.07 | 0.45 | 0.55 |
| Hex | 5A | C1 | 6D | 35 | 0 | 2C | 18 | 83 | 2D | 37 |
| Octal | 132 | 301 | 155 | 65 | 0 | 54 | 30 | 203 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1101101 | 110101 | 0 | 101100 | 11000 | 10000011 | 101101 | 110111 |
Color Harmonies of #5AC16D
Complementary color
Monochromatic Colors of #5AC16D
Black with #5AC16D
Text Example
Text Example
White with #5AC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC16D; }
p { color: rgb(90,193,109); }
H1.HeaderClassName
{
color: #5AC16D;
}
.AnyTagClassName
{
color: #5AC16D;
}
</style>
background-color css
<style>
a { background-color: #5AC16D; }
a { background-color: rgb(90,193,109); }
div.DivClassName
{
background-color: #5AC16D;
}
.BgClassName
{
background-color: #5AC16D;
}
</style>
border-color css
<style>
span { border-color: #5AC16D; }
span { border-color: rgb(90,193,109); }
td.TdClassName
{
border-color: #5AC16D;
}
.TagClassName
{
border-color: #5AC16D;
}
</style>