Shades of Conifer #A8FD56
Tints of Conifer #A8FD56
RGB
CMYK
RGB Variations
Color information
#A8FD56 (or 0xA8FD56) is known color: Conifer. HEX triplet: A8, FD and 56. RGB value is (168,253,86). Sum of RGB (Red+Green+Blue) = 168+253+86=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD56 is #5702A9. Grayscale: #D1D1D1. Windows color (decimal): -5702314 or 5701032. OLE color: 5701032.
HSL color Cylindrical-coordinate representation of color #A8FD56: hue angle of 90.54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8FD56 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 86 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.01 |
| HSL | 90.54º | 0.98% | 0.66% | - |
| HSV(B) | 90.54º | 0.66% | 0.99% | - |
| XYZ | 52.95 | 79.25 | 21.31 | - |
| YUV | 208.55 | 58.84 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 86 | 0.34 | 0 | 0.66 | 0.01 | 90.54 | 0.98 | 0.66 |
| Hex | A8 | FD | 56 | 22 | 0 | 42 | 1 | 5B | 62 | 42 |
| Octal | 250 | 375 | 126 | 42 | 0 | 102 | 1 | 133 | 142 | 102 |
| Binary | 10101000 | 11111101 | 1010110 | 100010 | 0 | 1000010 | 1 | 1011011 | 1100010 | 1000010 |
Color Harmonies of #A8FD56
Complementary color
Monochromatic Colors of #A8FD56
Black with #A8FD56
Text Example
Text Example
White with #A8FD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD56; }
p { color: rgb(168,253,86); }
H1.HeaderClassName
{
color: #A8FD56;
}
.AnyTagClassName
{
color: #A8FD56;
}
</style>
background-color css
<style>
a { background-color: #A8FD56; }
a { background-color: rgb(168,253,86); }
div.DivClassName
{
background-color: #A8FD56;
}
.BgClassName
{
background-color: #A8FD56;
}
</style>
border-color css
<style>
span { border-color: #A8FD56; }
span { border-color: rgb(168,253,86); }
td.TdClassName
{
border-color: #A8FD56;
}
.TagClassName
{
border-color: #A8FD56;
}
</style>