Shades of Conifer #A0F856
Tints of Conifer #A0F856
RGB
CMYK
RGB Variations
Color information
#A0F856 (or 0xA0F856) is known color: Conifer. HEX triplet: A0, F8 and 56. RGB value is (160,248,86). Sum of RGB (Red+Green+Blue) = 160+248+86=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F856 is #5F07A9. Grayscale: #CBCBCB. Windows color (decimal): -6227882 or 5699744. OLE color: 5699744.
HSL color Cylindrical-coordinate representation of color #A0F856: hue angle of 92.59º 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 #A0F856 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 86 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.03 |
| HSL | 92.59º | 0.92% | 0.65% | - |
| HSV(B) | 92.59º | 0.65% | 0.97% | - |
| XYZ | 49.74 | 75.28 | 20.71 | - |
| YUV | 203.22 | 61.85 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 86 | 0.35 | 0 | 0.65 | 0.03 | 92.59 | 0.92 | 0.65 |
| Hex | A0 | F8 | 56 | 23 | 0 | 41 | 3 | 5D | 5C | 41 |
| Octal | 240 | 370 | 126 | 43 | 0 | 101 | 3 | 135 | 134 | 101 |
| Binary | 10100000 | 11111000 | 1010110 | 100011 | 0 | 1000001 | 11 | 1011101 | 1011100 | 1000001 |
Color Harmonies of #A0F856
Complementary color
Monochromatic Colors of #A0F856
Black with #A0F856
Text Example
Text Example
White with #A0F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F856; }
p { color: rgb(160,248,86); }
H1.HeaderClassName
{
color: #A0F856;
}
.AnyTagClassName
{
color: #A0F856;
}
</style>
background-color css
<style>
a { background-color: #A0F856; }
a { background-color: rgb(160,248,86); }
div.DivClassName
{
background-color: #A0F856;
}
.BgClassName
{
background-color: #A0F856;
}
</style>
border-color css
<style>
span { border-color: #A0F856; }
span { border-color: rgb(160,248,86); }
td.TdClassName
{
border-color: #A0F856;
}
.TagClassName
{
border-color: #A0F856;
}
</style>