Shades of Fern #5AC665
Tints of Fern #5AC665
RGB
CMYK
RGB Variations
Color information
#5AC665 (or 0x5AC665) is known color: Fern. HEX triplet: 5A, C6 and 65. RGB value is (90,198,101). Sum of RGB (Red+Green+Blue) = 90+198+101=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC665 is #A5399A. Grayscale: #9A9A9A. Windows color (decimal): -10828187 or 6669914. OLE color: 6669914.
HSL color Cylindrical-coordinate representation of color #5AC665: hue angle of 126.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC665 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 101 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.22 |
| HSL | 126.11º | 0.49% | 0.56% | - |
| HSV(B) | 126.11º | 0.55% | 0.78% | - |
| XYZ | 26.76 | 43.5 | 19.3 | - |
| YUV | 154.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 101 | 0.55 | 0 | 0.49 | 0.22 | 126.11 | 0.49 | 0.56 |
| Hex | 5A | C6 | 65 | 37 | 0 | 31 | 16 | 7E | 31 | 38 |
| Octal | 132 | 306 | 145 | 67 | 0 | 61 | 26 | 176 | 61 | 70 |
| Binary | 1011010 | 11000110 | 1100101 | 110111 | 0 | 110001 | 10110 | 1111110 | 110001 | 111000 |
Color Harmonies of #5AC665
Complementary color
Monochromatic Colors of #5AC665
Black with #5AC665
Text Example
Text Example
White with #5AC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC665; }
p { color: rgb(90,198,101); }
H1.HeaderClassName
{
color: #5AC665;
}
.AnyTagClassName
{
color: #5AC665;
}
</style>
background-color css
<style>
a { background-color: #5AC665; }
a { background-color: rgb(90,198,101); }
div.DivClassName
{
background-color: #5AC665;
}
.BgClassName
{
background-color: #5AC665;
}
</style>
border-color css
<style>
span { border-color: #5AC665; }
span { border-color: rgb(90,198,101); }
td.TdClassName
{
border-color: #5AC665;
}
.TagClassName
{
border-color: #5AC665;
}
</style>