Shades of Conifer #A8F856
Tints of Conifer #A8F856
RGB
CMYK
RGB Variations
Color information
#A8F856 (or 0xA8F856) is known color: Conifer. HEX triplet: A8, F8 and 56. RGB value is (168,248,86). Sum of RGB (Red+Green+Blue) = 168+248+86=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F856 is #5707A9. Grayscale: #CECECE. Windows color (decimal): -5703594 or 5699752. OLE color: 5699752.
HSL color Cylindrical-coordinate representation of color #A8F856: hue angle of 89.63º 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 #A8F856 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 86 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.03 |
| HSL | 89.63º | 0.92% | 0.65% | - |
| HSV(B) | 89.63º | 0.65% | 0.97% | - |
| XYZ | 51.4 | 76.13 | 20.79 | - |
| YUV | 205.61 | 60.5 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 86 | 0.32 | 0 | 0.65 | 0.03 | 89.63 | 0.92 | 0.65 |
| Hex | A8 | F8 | 56 | 20 | 0 | 41 | 3 | 5A | 5C | 41 |
| Octal | 250 | 370 | 126 | 40 | 0 | 101 | 3 | 132 | 134 | 101 |
| Binary | 10101000 | 11111000 | 1010110 | 100000 | 0 | 1000001 | 11 | 1011010 | 1011100 | 1000001 |
Color Harmonies of #A8F856
Complementary color
Monochromatic Colors of #A8F856
Black with #A8F856
Text Example
Text Example
White with #A8F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F856; }
p { color: rgb(168,248,86); }
H1.HeaderClassName
{
color: #A8F856;
}
.AnyTagClassName
{
color: #A8F856;
}
</style>
background-color css
<style>
a { background-color: #A8F856; }
a { background-color: rgb(168,248,86); }
div.DivClassName
{
background-color: #A8F856;
}
.BgClassName
{
background-color: #A8F856;
}
</style>
border-color css
<style>
span { border-color: #A8F856; }
span { border-color: rgb(168,248,86); }
td.TdClassName
{
border-color: #A8F856;
}
.TagClassName
{
border-color: #A8F856;
}
</style>