Shades of Fern #5AC65C
Tints of Fern #5AC65C
RGB
CMYK
RGB Variations
Color information
#5AC65C (or 0x5AC65C) is known color: Fern. HEX triplet: 5A, C6 and 5C. RGB value is (90,198,92). Sum of RGB (Red+Green+Blue) = 90+198+92=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC65C is #A539A3. Grayscale: #999999. Windows color (decimal): -10828196 or 6080090. OLE color: 6080090.
HSL color Cylindrical-coordinate representation of color #5AC65C: hue angle of 121.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 #5AC65C is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 92 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.22 |
| HSL | 121.11º | 0.49% | 0.56% | - |
| HSV(B) | 121.11º | 0.55% | 0.78% | - |
| XYZ | 26.34 | 43.33 | 17.1 | - |
| YUV | 153.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 92 | 0.55 | 0 | 0.54 | 0.22 | 121.11 | 0.49 | 0.56 |
| Hex | 5A | C6 | 5C | 37 | 0 | 36 | 16 | 79 | 31 | 38 |
| Octal | 132 | 306 | 134 | 67 | 0 | 66 | 26 | 171 | 61 | 70 |
| Binary | 1011010 | 11000110 | 1011100 | 110111 | 0 | 110110 | 10110 | 1111001 | 110001 | 111000 |
Color Harmonies of #5AC65C
Complementary color
Monochromatic Colors of #5AC65C
Black with #5AC65C
Text Example
Text Example
White with #5AC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC65C; }
p { color: rgb(90,198,92); }
H1.HeaderClassName
{
color: #5AC65C;
}
.AnyTagClassName
{
color: #5AC65C;
}
</style>
background-color css
<style>
a { background-color: #5AC65C; }
a { background-color: rgb(90,198,92); }
div.DivClassName
{
background-color: #5AC65C;
}
.BgClassName
{
background-color: #5AC65C;
}
</style>
border-color css
<style>
span { border-color: #5AC65C; }
span { border-color: rgb(90,198,92); }
td.TdClassName
{
border-color: #5AC65C;
}
.TagClassName
{
border-color: #5AC65C;
}
</style>