Shades of Fern #5EAA69
Tints of Fern #5EAA69
RGB
CMYK
RGB Variations
Color information
#5EAA69 (or 0x5EAA69) is known color: Fern. HEX triplet: 5E, AA and 69. RGB value is (94,170,105). Sum of RGB (Red+Green+Blue) = 94+170+105=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA69 is #A15596. Grayscale: #8C8C8C. Windows color (decimal): -10573207 or 6924894. OLE color: 6924894.
HSL color Cylindrical-coordinate representation of color #5EAA69: hue angle of 128.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAA69 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 105 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.33 |
| HSL | 128.68º | 0.31% | 0.52% | - |
| HSV(B) | 128.68º | 0.45% | 0.67% | - |
| XYZ | 21.54 | 32.15 | 18.43 | - |
| YUV | 139.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 105 | 0.45 | 0 | 0.38 | 0.33 | 128.68 | 0.31 | 0.52 |
| Hex | 5E | AA | 69 | 2D | 0 | 26 | 21 | 81 | 1F | 34 |
| Octal | 136 | 252 | 151 | 55 | 0 | 46 | 41 | 201 | 37 | 64 |
| Binary | 1011110 | 10101010 | 1101001 | 101101 | 0 | 100110 | 100001 | 10000001 | 11111 | 110100 |
Color Harmonies of #5EAA69
Complementary color
Monochromatic Colors of #5EAA69
Black with #5EAA69
Text Example
Text Example
White with #5EAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA69; }
p { color: rgb(94,170,105); }
H1.HeaderClassName
{
color: #5EAA69;
}
.AnyTagClassName
{
color: #5EAA69;
}
</style>
background-color css
<style>
a { background-color: #5EAA69; }
a { background-color: rgb(94,170,105); }
div.DivClassName
{
background-color: #5EAA69;
}
.BgClassName
{
background-color: #5EAA69;
}
</style>
border-color css
<style>
span { border-color: #5EAA69; }
span { border-color: rgb(94,170,105); }
td.TdClassName
{
border-color: #5EAA69;
}
.TagClassName
{
border-color: #5EAA69;
}
</style>