Shades of Fern #5ACB69
Tints of Fern #5ACB69
RGB
CMYK
RGB Variations
Color information
#5ACB69 (or 0x5ACB69) is known color: Fern. HEX triplet: 5A, CB and 69. RGB value is (90,203,105). Sum of RGB (Red+Green+Blue) = 90+203+105=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB69 is #A53496. Grayscale: #9E9E9E. Windows color (decimal): -10826903 or 6933338. OLE color: 6933338.
HSL color Cylindrical-coordinate representation of color #5ACB69: hue angle of 127.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB69 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 105 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.20 |
| HSL | 127.96º | 0.52% | 0.57% | - |
| HSV(B) | 127.96º | 0.56% | 0.8% | - |
| XYZ | 28.12 | 45.91 | 20.74 | - |
| YUV | 158.04 | 98.06 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 105 | 0.56 | 0 | 0.48 | 0.20 | 127.96 | 0.52 | 0.57 |
| Hex | 5A | CB | 69 | 38 | 0 | 30 | 14 | 80 | 34 | 39 |
| Octal | 132 | 313 | 151 | 70 | 0 | 60 | 24 | 200 | 64 | 71 |
| Binary | 1011010 | 11001011 | 1101001 | 111000 | 0 | 110000 | 10100 | 10000000 | 110100 | 111001 |
Color Harmonies of #5ACB69
Complementary color
Monochromatic Colors of #5ACB69
Black with #5ACB69
Text Example
Text Example
White with #5ACB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB69; }
p { color: rgb(90,203,105); }
H1.HeaderClassName
{
color: #5ACB69;
}
.AnyTagClassName
{
color: #5ACB69;
}
</style>
background-color css
<style>
a { background-color: #5ACB69; }
a { background-color: rgb(90,203,105); }
div.DivClassName
{
background-color: #5ACB69;
}
.BgClassName
{
background-color: #5ACB69;
}
</style>
border-color css
<style>
span { border-color: #5ACB69; }
span { border-color: rgb(90,203,105); }
td.TdClassName
{
border-color: #5ACB69;
}
.TagClassName
{
border-color: #5ACB69;
}
</style>