Shades of Fern #5AB269
Tints of Fern #5AB269
RGB
CMYK
RGB Variations
Color information
#5AB269 (or 0x5AB269) is known color: Fern. HEX triplet: 5A, B2 and 69. RGB value is (90,178,105). Sum of RGB (Red+Green+Blue) = 90+178+105=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB269 is #A54D96. Grayscale: #8F8F8F. Windows color (decimal): -10833303 or 6926938. OLE color: 6926938.
HSL color Cylindrical-coordinate representation of color #5AB269: hue angle of 130.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB269 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 105 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.30 |
| HSL | 130.23º | 0.36% | 0.53% | - |
| HSV(B) | 130.23º | 0.49% | 0.7% | - |
| XYZ | 22.69 | 35.03 | 18.93 | - |
| YUV | 143.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 105 | 0.49 | 0 | 0.41 | 0.30 | 130.23 | 0.36 | 0.53 |
| Hex | 5A | B2 | 69 | 31 | 0 | 29 | 1E | 82 | 24 | 35 |
| Octal | 132 | 262 | 151 | 61 | 0 | 51 | 36 | 202 | 44 | 65 |
| Binary | 1011010 | 10110010 | 1101001 | 110001 | 0 | 101001 | 11110 | 10000010 | 100100 | 110101 |
Color Harmonies of #5AB269
Complementary color
Monochromatic Colors of #5AB269
Black with #5AB269
Text Example
Text Example
White with #5AB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB269; }
p { color: rgb(90,178,105); }
H1.HeaderClassName
{
color: #5AB269;
}
.AnyTagClassName
{
color: #5AB269;
}
</style>
background-color css
<style>
a { background-color: #5AB269; }
a { background-color: rgb(90,178,105); }
div.DivClassName
{
background-color: #5AB269;
}
.BgClassName
{
background-color: #5AB269;
}
</style>
border-color css
<style>
span { border-color: #5AB269; }
span { border-color: rgb(90,178,105); }
td.TdClassName
{
border-color: #5AB269;
}
.TagClassName
{
border-color: #5AB269;
}
</style>