Shades of Conifer #90F856
Tints of Conifer #90F856
RGB
CMYK
RGB Variations
Color information
#90F856 (or 0x90F856) is known color: Conifer. HEX triplet: 90, F8 and 56. RGB value is (144,248,86). Sum of RGB (Red+Green+Blue) = 144+248+86=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #90F856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F856 is #6F07A9. Grayscale: #C6C6C6. Windows color (decimal): -7276458 or 5699728. OLE color: 5699728.
HSL color Cylindrical-coordinate representation of color #90F856: hue angle of 98.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90F856 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 86 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.03 |
| HSL | 98.52º | 0.92% | 0.65% | - |
| HSV(B) | 98.52º | 0.65% | 0.97% | - |
| XYZ | 46.75 | 73.74 | 20.57 | - |
| YUV | 198.44 | 64.54 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 86 | 0.42 | 0 | 0.65 | 0.03 | 98.52 | 0.92 | 0.65 |
| Hex | 90 | F8 | 56 | 2A | 0 | 41 | 3 | 63 | 5C | 41 |
| Octal | 220 | 370 | 126 | 52 | 0 | 101 | 3 | 143 | 134 | 101 |
| Binary | 10010000 | 11111000 | 1010110 | 101010 | 0 | 1000001 | 11 | 1100011 | 1011100 | 1000001 |
Color Harmonies of #90F856
Complementary color
Monochromatic Colors of #90F856
Black with #90F856
Text Example
Text Example
White with #90F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F856; }
p { color: rgb(144,248,86); }
H1.HeaderClassName
{
color: #90F856;
}
.AnyTagClassName
{
color: #90F856;
}
</style>
background-color css
<style>
a { background-color: #90F856; }
a { background-color: rgb(144,248,86); }
div.DivClassName
{
background-color: #90F856;
}
.BgClassName
{
background-color: #90F856;
}
</style>
border-color css
<style>
span { border-color: #90F856; }
span { border-color: rgb(144,248,86); }
td.TdClassName
{
border-color: #90F856;
}
.TagClassName
{
border-color: #90F856;
}
</style>