Shades of Conifer #A8D167
Tints of Conifer #A8D167
RGB
CMYK
RGB Variations
Color information
#A8D167 (or 0xA8D167) is known color: Conifer. HEX triplet: A8, D1 and 67. RGB value is (168,209,103). Sum of RGB (Red+Green+Blue) = 168+209+103=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D167 is #572E98. Grayscale: #B9B9B9. Windows color (decimal): -5713561 or 6803880. OLE color: 6803880.
HSL color Cylindrical-coordinate representation of color #A8D167: hue angle of 83.21º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D167 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 103 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.18 |
| HSL | 83.21º | 0.54% | 0.61% | - |
| HSV(B) | 83.21º | 0.51% | 0.82% | - |
| XYZ | 41.4 | 54.91 | 21.25 | - |
| YUV | 184.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 103 | 0.20 | 0 | 0.51 | 0.18 | 83.21 | 0.54 | 0.61 |
| Hex | A8 | D1 | 67 | 14 | 0 | 33 | 12 | 53 | 36 | 3D |
| Octal | 250 | 321 | 147 | 24 | 0 | 63 | 22 | 123 | 66 | 75 |
| Binary | 10101000 | 11010001 | 1100111 | 10100 | 0 | 110011 | 10010 | 1010011 | 110110 | 111101 |
Color Harmonies of #A8D167
Complementary color
Monochromatic Colors of #A8D167
Black with #A8D167
Text Example
Text Example
White with #A8D167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D167; }
p { color: rgb(168,209,103); }
H1.HeaderClassName
{
color: #A8D167;
}
.AnyTagClassName
{
color: #A8D167;
}
</style>
background-color css
<style>
a { background-color: #A8D167; }
a { background-color: rgb(168,209,103); }
div.DivClassName
{
background-color: #A8D167;
}
.BgClassName
{
background-color: #A8D167;
}
</style>
border-color css
<style>
span { border-color: #A8D167; }
span { border-color: rgb(168,209,103); }
td.TdClassName
{
border-color: #A8D167;
}
.TagClassName
{
border-color: #A8D167;
}
</style>