Shades of Conifer #A8D955
Tints of Conifer #A8D955
RGB
CMYK
RGB Variations
Color information
#A8D955 (or 0xA8D955) is known color: Conifer. HEX triplet: A8, D9 and 55. RGB value is (168,217,85). Sum of RGB (Red+Green+Blue) = 168+217+85=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D955 is #5726AA. Grayscale: #BBBBBB. Windows color (decimal): -5711531 or 5626280. OLE color: 5626280.
HSL color Cylindrical-coordinate representation of color #A8D955: hue angle of 82.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8D955 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 85 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.15 |
| HSL | 82.27º | 0.63% | 0.59% | - |
| HSV(B) | 82.27º | 0.61% | 0.85% | - |
| XYZ | 42.6 | 58.61 | 17.66 | - |
| YUV | 187.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 85 | 0.23 | 0 | 0.61 | 0.15 | 82.27 | 0.63 | 0.59 |
| Hex | A8 | D9 | 55 | 17 | 0 | 3D | F | 52 | 3F | 3B |
| Octal | 250 | 331 | 125 | 27 | 0 | 75 | 17 | 122 | 77 | 73 |
| Binary | 10101000 | 11011001 | 1010101 | 10111 | 0 | 111101 | 1111 | 1010010 | 111111 | 111011 |
Color Harmonies of #A8D955
Complementary color
Monochromatic Colors of #A8D955
Black with #A8D955
Text Example
Text Example
White with #A8D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D955; }
p { color: rgb(168,217,85); }
H1.HeaderClassName
{
color: #A8D955;
}
.AnyTagClassName
{
color: #A8D955;
}
</style>
background-color css
<style>
a { background-color: #A8D955; }
a { background-color: rgb(168,217,85); }
div.DivClassName
{
background-color: #A8D955;
}
.BgClassName
{
background-color: #A8D955;
}
</style>
border-color css
<style>
span { border-color: #A8D955; }
span { border-color: rgb(168,217,85); }
td.TdClassName
{
border-color: #A8D955;
}
.TagClassName
{
border-color: #A8D955;
}
</style>