Shades of Fern #5AB668
Tints of Fern #5AB668
RGB
CMYK
RGB Variations
Color information
#5AB668 (or 0x5AB668) is known color: Fern. HEX triplet: 5A, B6 and 68. RGB value is (90,182,104). Sum of RGB (Red+Green+Blue) = 90+182+104=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB668 is #A54997. Grayscale: #919191. Windows color (decimal): -10832280 or 6862426. OLE color: 6862426.
HSL color Cylindrical-coordinate representation of color #5AB668: hue angle of 129.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB668 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 104 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.29 |
| HSL | 129.13º | 0.39% | 0.53% | - |
| HSV(B) | 129.13º | 0.51% | 0.71% | - |
| XYZ | 23.44 | 36.63 | 18.93 | - |
| YUV | 145.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 104 | 0.51 | 0 | 0.43 | 0.29 | 129.13 | 0.39 | 0.53 |
| Hex | 5A | B6 | 68 | 33 | 0 | 2B | 1D | 81 | 27 | 35 |
| Octal | 132 | 266 | 150 | 63 | 0 | 53 | 35 | 201 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1101000 | 110011 | 0 | 101011 | 11101 | 10000001 | 100111 | 110101 |
Color Harmonies of #5AB668
Complementary color
Monochromatic Colors of #5AB668
Black with #5AB668
Text Example
Text Example
White with #5AB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB668; }
p { color: rgb(90,182,104); }
H1.HeaderClassName
{
color: #5AB668;
}
.AnyTagClassName
{
color: #5AB668;
}
</style>
background-color css
<style>
a { background-color: #5AB668; }
a { background-color: rgb(90,182,104); }
div.DivClassName
{
background-color: #5AB668;
}
.BgClassName
{
background-color: #5AB668;
}
</style>
border-color css
<style>
span { border-color: #5AB668; }
span { border-color: rgb(90,182,104); }
td.TdClassName
{
border-color: #5AB668;
}
.TagClassName
{
border-color: #5AB668;
}
</style>