Shades of Conifer #A8FD66
Tints of Conifer #A8FD66
RGB
CMYK
RGB Variations
Color information
#A8FD66 (or 0xA8FD66) is known color: Conifer. HEX triplet: A8, FD and 66. RGB value is (168,253,102). Sum of RGB (Red+Green+Blue) = 168+253+102=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD66 is #570299. Grayscale: #D2D2D2. Windows color (decimal): -5702298 or 6749608. OLE color: 6749608.
HSL color Cylindrical-coordinate representation of color #A8FD66: hue angle of 93.77º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8FD66 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 102 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.01 |
| HSL | 93.77º | 0.97% | 0.7% | - |
| HSV(B) | 93.77º | 0.6% | 0.99% | - |
| XYZ | 53.67 | 79.53 | 25.09 | - |
| YUV | 210.37 | 66.84 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 102 | 0.34 | 0 | 0.60 | 0.01 | 93.77 | 0.97 | 0.7 |
| Hex | A8 | FD | 66 | 22 | 0 | 3C | 1 | 5E | 61 | 46 |
| Octal | 250 | 375 | 146 | 42 | 0 | 74 | 1 | 136 | 141 | 106 |
| Binary | 10101000 | 11111101 | 1100110 | 100010 | 0 | 111100 | 1 | 1011110 | 1100001 | 1000110 |
Color Harmonies of #A8FD66
Complementary color
Monochromatic Colors of #A8FD66
Black with #A8FD66
Text Example
Text Example
White with #A8FD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD66; }
p { color: rgb(168,253,102); }
H1.HeaderClassName
{
color: #A8FD66;
}
.AnyTagClassName
{
color: #A8FD66;
}
</style>
background-color css
<style>
a { background-color: #A8FD66; }
a { background-color: rgb(168,253,102); }
div.DivClassName
{
background-color: #A8FD66;
}
.BgClassName
{
background-color: #A8FD66;
}
</style>
border-color css
<style>
span { border-color: #A8FD66; }
span { border-color: rgb(168,253,102); }
td.TdClassName
{
border-color: #A8FD66;
}
.TagClassName
{
border-color: #A8FD66;
}
</style>