Shades of Conifer #A8FA66
Tints of Conifer #A8FA66
RGB
CMYK
RGB Variations
Color information
#A8FA66 (or 0xA8FA66) is known color: Conifer. HEX triplet: A8, FA and 66. RGB value is (168,250,102). Sum of RGB (Red+Green+Blue) = 168+250+102=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA66 is #570599. Grayscale: #D1D1D1. Windows color (decimal): -5703066 or 6748840. OLE color: 6748840.
HSL color Cylindrical-coordinate representation of color #A8FA66: hue angle of 93.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8FA66 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 102 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.02 |
| HSL | 93.24º | 0.94% | 0.69% | - |
| HSV(B) | 93.24º | 0.59% | 0.98% | - |
| XYZ | 52.73 | 77.66 | 24.78 | - |
| YUV | 208.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 102 | 0.33 | 0 | 0.59 | 0.02 | 93.24 | 0.94 | 0.69 |
| Hex | A8 | FA | 66 | 21 | 0 | 3B | 2 | 5D | 5E | 45 |
| Octal | 250 | 372 | 146 | 41 | 0 | 73 | 2 | 135 | 136 | 105 |
| Binary | 10101000 | 11111010 | 1100110 | 100001 | 0 | 111011 | 10 | 1011101 | 1011110 | 1000101 |
Color Harmonies of #A8FA66
Complementary color
Monochromatic Colors of #A8FA66
Black with #A8FA66
Text Example
Text Example
White with #A8FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA66; }
p { color: rgb(168,250,102); }
H1.HeaderClassName
{
color: #A8FA66;
}
.AnyTagClassName
{
color: #A8FA66;
}
</style>
background-color css
<style>
a { background-color: #A8FA66; }
a { background-color: rgb(168,250,102); }
div.DivClassName
{
background-color: #A8FA66;
}
.BgClassName
{
background-color: #A8FA66;
}
</style>
border-color css
<style>
span { border-color: #A8FA66; }
span { border-color: rgb(168,250,102); }
td.TdClassName
{
border-color: #A8FA66;
}
.TagClassName
{
border-color: #A8FA66;
}
</style>