Shades of Conifer #A8F663
Tints of Conifer #A8F663
RGB
CMYK
RGB Variations
Color information
#A8F663 (or 0xA8F663) is known color: Conifer. HEX triplet: A8, F6 and 63. RGB value is (168,246,99). Sum of RGB (Red+Green+Blue) = 168+246+99=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F663 is #57099C. Grayscale: #CECECE. Windows color (decimal): -5704093 or 6551208. OLE color: 6551208.
HSL color Cylindrical-coordinate representation of color #A8F663: hue angle of 91.84º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F663 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 99 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.04 |
| HSL | 91.84º | 0.89% | 0.68% | - |
| HSV(B) | 91.84º | 0.6% | 0.96% | - |
| XYZ | 51.36 | 75.14 | 23.6 | - |
| YUV | 205.92 | 67.66 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 99 | 0.32 | 0 | 0.60 | 0.04 | 91.84 | 0.89 | 0.68 |
| Hex | A8 | F6 | 63 | 20 | 0 | 3C | 4 | 5C | 59 | 44 |
| Octal | 250 | 366 | 143 | 40 | 0 | 74 | 4 | 134 | 131 | 104 |
| Binary | 10101000 | 11110110 | 1100011 | 100000 | 0 | 111100 | 100 | 1011100 | 1011001 | 1000100 |
Color Harmonies of #A8F663
Complementary color
Monochromatic Colors of #A8F663
Black with #A8F663
Text Example
Text Example
White with #A8F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F663; }
p { color: rgb(168,246,99); }
H1.HeaderClassName
{
color: #A8F663;
}
.AnyTagClassName
{
color: #A8F663;
}
</style>
background-color css
<style>
a { background-color: #A8F663; }
a { background-color: rgb(168,246,99); }
div.DivClassName
{
background-color: #A8F663;
}
.BgClassName
{
background-color: #A8F663;
}
</style>
border-color css
<style>
span { border-color: #A8F663; }
span { border-color: rgb(168,246,99); }
td.TdClassName
{
border-color: #A8F663;
}
.TagClassName
{
border-color: #A8F663;
}
</style>