Shades of Fern #5AA168
Tints of Fern #5AA168
RGB
CMYK
RGB Variations
Color information
#5AA168 (or 0x5AA168) is known color: Fern. HEX triplet: 5A, A1 and 68. RGB value is (90,161,104). Sum of RGB (Red+Green+Blue) = 90+161+104=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA168 is #A55E97. Grayscale: #858585. Windows color (decimal): -10837656 or 6857050. OLE color: 6857050.
HSL color Cylindrical-coordinate representation of color #5AA168: hue angle of 131.83º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA168 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 104 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.37 |
| HSL | 131.83º | 0.28% | 0.49% | - |
| HSV(B) | 131.83º | 0.44% | 0.63% | - |
| XYZ | 19.46 | 28.66 | 17.6 | - |
| YUV | 133.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 104 | 0.44 | 0 | 0.35 | 0.37 | 131.83 | 0.28 | 0.49 |
| Hex | 5A | A1 | 68 | 2C | 0 | 23 | 25 | 84 | 1C | 31 |
| Octal | 132 | 241 | 150 | 54 | 0 | 43 | 45 | 204 | 34 | 61 |
| Binary | 1011010 | 10100001 | 1101000 | 101100 | 0 | 100011 | 100101 | 10000100 | 11100 | 110001 |
Color Harmonies of #5AA168
Complementary color
Monochromatic Colors of #5AA168
Black with #5AA168
Text Example
Text Example
White with #5AA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA168; }
p { color: rgb(90,161,104); }
H1.HeaderClassName
{
color: #5AA168;
}
.AnyTagClassName
{
color: #5AA168;
}
</style>
background-color css
<style>
a { background-color: #5AA168; }
a { background-color: rgb(90,161,104); }
div.DivClassName
{
background-color: #5AA168;
}
.BgClassName
{
background-color: #5AA168;
}
</style>
border-color css
<style>
span { border-color: #5AA168; }
span { border-color: rgb(90,161,104); }
td.TdClassName
{
border-color: #5AA168;
}
.TagClassName
{
border-color: #5AA168;
}
</style>