Shades of Conifer #A8F668
Tints of Conifer #A8F668
RGB
CMYK
RGB Variations
Color information
#A8F668 (or 0xA8F668) is known color: Conifer. HEX triplet: A8, F6 and 68. RGB value is (168,246,104). Sum of RGB (Red+Green+Blue) = 168+246+104=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F668 is #570997. Grayscale: #CECECE. Windows color (decimal): -5704088 or 6878888. OLE color: 6878888.
HSL color Cylindrical-coordinate representation of color #A8F668: hue angle of 92.96º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8F668 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 104 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.04 |
| HSL | 92.96º | 0.89% | 0.69% | - |
| HSV(B) | 92.96º | 0.58% | 0.96% | - |
| XYZ | 51.6 | 75.24 | 24.9 | - |
| YUV | 206.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 104 | 0.32 | 0 | 0.58 | 0.04 | 92.96 | 0.89 | 0.69 |
| Hex | A8 | F6 | 68 | 20 | 0 | 3A | 4 | 5D | 59 | 45 |
| Octal | 250 | 366 | 150 | 40 | 0 | 72 | 4 | 135 | 131 | 105 |
| Binary | 10101000 | 11110110 | 1101000 | 100000 | 0 | 111010 | 100 | 1011101 | 1011001 | 1000101 |
Color Harmonies of #A8F668
Complementary color
Monochromatic Colors of #A8F668
Black with #A8F668
Text Example
Text Example
White with #A8F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F668; }
p { color: rgb(168,246,104); }
H1.HeaderClassName
{
color: #A8F668;
}
.AnyTagClassName
{
color: #A8F668;
}
</style>
background-color css
<style>
a { background-color: #A8F668; }
a { background-color: rgb(168,246,104); }
div.DivClassName
{
background-color: #A8F668;
}
.BgClassName
{
background-color: #A8F668;
}
</style>
border-color css
<style>
span { border-color: #A8F668; }
span { border-color: rgb(168,246,104); }
td.TdClassName
{
border-color: #A8F668;
}
.TagClassName
{
border-color: #A8F668;
}
</style>