Shades of Conifer #A8D168
Tints of Conifer #A8D168
RGB
CMYK
RGB Variations
Color information
#A8D168 (or 0xA8D168) is known color: Conifer. HEX triplet: A8, D1 and 68. RGB value is (168,209,104). Sum of RGB (Red+Green+Blue) = 168+209+104=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D168 is #572E97. Grayscale: #B9B9B9. Windows color (decimal): -5713560 or 6869416. OLE color: 6869416.
HSL color Cylindrical-coordinate representation of color #A8D168: hue angle of 83.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D168 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 104 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.18 |
| HSL | 83.43º | 0.53% | 0.61% | - |
| HSV(B) | 83.43º | 0.5% | 0.82% | - |
| XYZ | 41.45 | 54.93 | 21.51 | - |
| YUV | 184.77 | 82.42 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 104 | 0.20 | 0 | 0.50 | 0.18 | 83.43 | 0.53 | 0.61 |
| Hex | A8 | D1 | 68 | 14 | 0 | 32 | 12 | 53 | 35 | 3D |
| Octal | 250 | 321 | 150 | 24 | 0 | 62 | 22 | 123 | 65 | 75 |
| Binary | 10101000 | 11010001 | 1101000 | 10100 | 0 | 110010 | 10010 | 1010011 | 110101 | 111101 |
Color Harmonies of #A8D168
Complementary color
Monochromatic Colors of #A8D168
Black with #A8D168
Text Example
Text Example
White with #A8D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D168; }
p { color: rgb(168,209,104); }
H1.HeaderClassName
{
color: #A8D168;
}
.AnyTagClassName
{
color: #A8D168;
}
</style>
background-color css
<style>
a { background-color: #A8D168; }
a { background-color: rgb(168,209,104); }
div.DivClassName
{
background-color: #A8D168;
}
.BgClassName
{
background-color: #A8D168;
}
</style>
border-color css
<style>
span { border-color: #A8D168; }
span { border-color: rgb(168,209,104); }
td.TdClassName
{
border-color: #A8D168;
}
.TagClassName
{
border-color: #A8D168;
}
</style>