Shades of Conifer #A8FC5F
Tints of Conifer #A8FC5F
RGB
CMYK
RGB Variations
Color information
#A8FC5F (or 0xA8FC5F) is known color: Conifer. HEX triplet: A8, FC and 5F. RGB value is (168,252,95). Sum of RGB (Red+Green+Blue) = 168+252+95=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC5F is #5703A0. Grayscale: #D1D1D1. Windows color (decimal): -5702561 or 6290600. OLE color: 6290600.
HSL color Cylindrical-coordinate representation of color #A8FC5F: hue angle of 92.1º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FC5F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 95 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.01 |
| HSL | 92.1º | 0.96% | 0.68% | - |
| HSV(B) | 92.1º | 0.62% | 0.99% | - |
| XYZ | 53.02 | 78.77 | 23.24 | - |
| YUV | 208.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 95 | 0.33 | 0 | 0.62 | 0.01 | 92.1 | 0.96 | 0.68 |
| Hex | A8 | FC | 5F | 21 | 0 | 3E | 1 | 5C | 60 | 44 |
| Octal | 250 | 374 | 137 | 41 | 0 | 76 | 1 | 134 | 140 | 104 |
| Binary | 10101000 | 11111100 | 1011111 | 100001 | 0 | 111110 | 1 | 1011100 | 1100000 | 1000100 |
Color Harmonies of #A8FC5F
Complementary color
Monochromatic Colors of #A8FC5F
Black with #A8FC5F
Text Example
Text Example
White with #A8FC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC5F; }
p { color: rgb(168,252,95); }
H1.HeaderClassName
{
color: #A8FC5F;
}
.AnyTagClassName
{
color: #A8FC5F;
}
</style>
background-color css
<style>
a { background-color: #A8FC5F; }
a { background-color: rgb(168,252,95); }
div.DivClassName
{
background-color: #A8FC5F;
}
.BgClassName
{
background-color: #A8FC5F;
}
</style>
border-color css
<style>
span { border-color: #A8FC5F; }
span { border-color: rgb(168,252,95); }
td.TdClassName
{
border-color: #A8FC5F;
}
.TagClassName
{
border-color: #A8FC5F;
}
</style>