Shades of Conifer #A8F664
Tints of Conifer #A8F664
RGB
CMYK
RGB Variations
Color information
#A8F664 (or 0xA8F664) is known color: Conifer. HEX triplet: A8, F6 and 64. RGB value is (168,246,100). Sum of RGB (Red+Green+Blue) = 168+246+100=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F664 is #57099B. Grayscale: #CECECE. Windows color (decimal): -5704092 or 6616744. OLE color: 6616744.
HSL color Cylindrical-coordinate representation of color #A8F664: hue angle of 92.05º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F664 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 100 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.04 |
| HSL | 92.05º | 0.89% | 0.68% | - |
| HSV(B) | 92.05º | 0.59% | 0.96% | - |
| XYZ | 51.4 | 75.16 | 23.85 | - |
| YUV | 206.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 100 | 0.32 | 0 | 0.59 | 0.04 | 92.05 | 0.89 | 0.68 |
| Hex | A8 | F6 | 64 | 20 | 0 | 3B | 4 | 5C | 59 | 44 |
| Octal | 250 | 366 | 144 | 40 | 0 | 73 | 4 | 134 | 131 | 104 |
| Binary | 10101000 | 11110110 | 1100100 | 100000 | 0 | 111011 | 100 | 1011100 | 1011001 | 1000100 |
Color Harmonies of #A8F664
Complementary color
Monochromatic Colors of #A8F664
Black with #A8F664
Text Example
Text Example
White with #A8F664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F664; }
p { color: rgb(168,246,100); }
H1.HeaderClassName
{
color: #A8F664;
}
.AnyTagClassName
{
color: #A8F664;
}
</style>
background-color css
<style>
a { background-color: #A8F664; }
a { background-color: rgb(168,246,100); }
div.DivClassName
{
background-color: #A8F664;
}
.BgClassName
{
background-color: #A8F664;
}
</style>
border-color css
<style>
span { border-color: #A8F664; }
span { border-color: rgb(168,246,100); }
td.TdClassName
{
border-color: #A8F664;
}
.TagClassName
{
border-color: #A8F664;
}
</style>