Shades of Conifer #A8FC55
Tints of Conifer #A8FC55
RGB
CMYK
RGB Variations
Color information
#A8FC55 (or 0xA8FC55) is known color: Conifer. HEX triplet: A8, FC and 55. RGB value is (168,252,85). Sum of RGB (Red+Green+Blue) = 168+252+85=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC55 is #5703AA. Grayscale: #D0D0D0. Windows color (decimal): -5702571 or 5635240. OLE color: 5635240.
HSL color Cylindrical-coordinate representation of color #A8FC55: hue angle of 90.18º degrees, saturation: 0.97, 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 #A8FC55 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 85 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.01 |
| HSL | 90.18º | 0.97% | 0.66% | - |
| HSV(B) | 90.18º | 0.66% | 0.99% | - |
| XYZ | 52.6 | 78.6 | 20.99 | - |
| YUV | 207.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 85 | 0.33 | 0 | 0.66 | 0.01 | 90.18 | 0.97 | 0.66 |
| Hex | A8 | FC | 55 | 21 | 0 | 42 | 1 | 5A | 61 | 42 |
| Octal | 250 | 374 | 125 | 41 | 0 | 102 | 1 | 132 | 141 | 102 |
| Binary | 10101000 | 11111100 | 1010101 | 100001 | 0 | 1000010 | 1 | 1011010 | 1100001 | 1000010 |
Color Harmonies of #A8FC55
Complementary color
Monochromatic Colors of #A8FC55
Black with #A8FC55
Text Example
Text Example
White with #A8FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC55; }
p { color: rgb(168,252,85); }
H1.HeaderClassName
{
color: #A8FC55;
}
.AnyTagClassName
{
color: #A8FC55;
}
</style>
background-color css
<style>
a { background-color: #A8FC55; }
a { background-color: rgb(168,252,85); }
div.DivClassName
{
background-color: #A8FC55;
}
.BgClassName
{
background-color: #A8FC55;
}
</style>
border-color css
<style>
span { border-color: #A8FC55; }
span { border-color: rgb(168,252,85); }
td.TdClassName
{
border-color: #A8FC55;
}
.TagClassName
{
border-color: #A8FC55;
}
</style>