Shades of Conifer #A8FE56
Tints of Conifer #A8FE56
RGB
CMYK
RGB Variations
Color information
#A8FE56 (or 0xA8FE56) is known color: Conifer. HEX triplet: A8, FE and 56. RGB value is (168,254,86). Sum of RGB (Red+Green+Blue) = 168+254+86=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE56 is #5701A9. Grayscale: #D1D1D1. Windows color (decimal): -5702058 or 5701288. OLE color: 5701288.
HSL color Cylindrical-coordinate representation of color #A8FE56: hue angle of 90.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8FE56 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 86 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.00 |
| HSL | 90.71º | 0.99% | 0.67% | - |
| HSV(B) | 90.71º | 0.66% | 1% | - |
| XYZ | 53.27 | 79.88 | 21.41 | - |
| YUV | 209.13 | 58.51 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 86 | 0.34 | 0 | 0.66 | 0.00 | 90.71 | 0.99 | 0.67 |
| Hex | A8 | FE | 56 | 22 | 0 | 42 | 0 | 5B | 63 | 43 |
| Octal | 250 | 376 | 126 | 42 | 0 | 102 | 0 | 133 | 143 | 103 |
| Binary | 10101000 | 11111110 | 1010110 | 100010 | 0 | 1000010 | 0 | 1011011 | 1100011 | 1000011 |
Color Harmonies of #A8FE56
Complementary color
Monochromatic Colors of #A8FE56
Black with #A8FE56
Text Example
Text Example
White with #A8FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE56; }
p { color: rgb(168,254,86); }
H1.HeaderClassName
{
color: #A8FE56;
}
.AnyTagClassName
{
color: #A8FE56;
}
</style>
background-color css
<style>
a { background-color: #A8FE56; }
a { background-color: rgb(168,254,86); }
div.DivClassName
{
background-color: #A8FE56;
}
.BgClassName
{
background-color: #A8FE56;
}
</style>
border-color css
<style>
span { border-color: #A8FE56; }
span { border-color: rgb(168,254,86); }
td.TdClassName
{
border-color: #A8FE56;
}
.TagClassName
{
border-color: #A8FE56;
}
</style>