Shades of Fern #5AC362
Tints of Fern #5AC362
RGB
CMYK
RGB Variations
Color information
#5AC362 (or 0x5AC362) is known color: Fern. HEX triplet: 5A, C3 and 62. RGB value is (90,195,98). Sum of RGB (Red+Green+Blue) = 90+195+98=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC362 is #A53C9D. Grayscale: #989898. Windows color (decimal): -10828958 or 6472538. OLE color: 6472538.
HSL color Cylindrical-coordinate representation of color #5AC362: hue angle of 124.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC362 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 98 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.24 |
| HSL | 124.57º | 0.47% | 0.56% | - |
| HSV(B) | 124.57º | 0.54% | 0.76% | - |
| XYZ | 25.94 | 42.09 | 18.31 | - |
| YUV | 152.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 98 | 0.54 | 0 | 0.50 | 0.24 | 124.57 | 0.47 | 0.56 |
| Hex | 5A | C3 | 62 | 36 | 0 | 32 | 18 | 7D | 2F | 38 |
| Octal | 132 | 303 | 142 | 66 | 0 | 62 | 30 | 175 | 57 | 70 |
| Binary | 1011010 | 11000011 | 1100010 | 110110 | 0 | 110010 | 11000 | 1111101 | 101111 | 111000 |
Color Harmonies of #5AC362
Complementary color
Monochromatic Colors of #5AC362
Black with #5AC362
Text Example
Text Example
White with #5AC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC362; }
p { color: rgb(90,195,98); }
H1.HeaderClassName
{
color: #5AC362;
}
.AnyTagClassName
{
color: #5AC362;
}
</style>
background-color css
<style>
a { background-color: #5AC362; }
a { background-color: rgb(90,195,98); }
div.DivClassName
{
background-color: #5AC362;
}
.BgClassName
{
background-color: #5AC362;
}
</style>
border-color css
<style>
span { border-color: #5AC362; }
span { border-color: rgb(90,195,98); }
td.TdClassName
{
border-color: #5AC362;
}
.TagClassName
{
border-color: #5AC362;
}
</style>