Shades of Conifer #A8D951
Tints of Conifer #A8D951
RGB
CMYK
RGB Variations
Color information
#A8D951 (or 0xA8D951) is known color: Conifer. HEX triplet: A8, D9 and 51. RGB value is (168,217,81). Sum of RGB (Red+Green+Blue) = 168+217+81=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D951 is #5726AE. Grayscale: #BBBBBB. Windows color (decimal): -5711535 or 5364136. OLE color: 5364136.
HSL color Cylindrical-coordinate representation of color #A8D951: hue angle of 81.62º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D951 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 81 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.15 |
| HSL | 81.62º | 0.64% | 0.58% | - |
| HSV(B) | 81.62º | 0.63% | 0.85% | - |
| XYZ | 42.45 | 58.54 | 16.85 | - |
| YUV | 186.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 81 | 0.23 | 0 | 0.63 | 0.15 | 81.62 | 0.64 | 0.58 |
| Hex | A8 | D9 | 51 | 17 | 0 | 3F | F | 52 | 40 | 3A |
| Octal | 250 | 331 | 121 | 27 | 0 | 77 | 17 | 122 | 100 | 72 |
| Binary | 10101000 | 11011001 | 1010001 | 10111 | 0 | 111111 | 1111 | 1010010 | 1000000 | 111010 |
Color Harmonies of #A8D951
Complementary color
Monochromatic Colors of #A8D951
Black with #A8D951
Text Example
Text Example
White with #A8D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D951; }
p { color: rgb(168,217,81); }
H1.HeaderClassName
{
color: #A8D951;
}
.AnyTagClassName
{
color: #A8D951;
}
</style>
background-color css
<style>
a { background-color: #A8D951; }
a { background-color: rgb(168,217,81); }
div.DivClassName
{
background-color: #A8D951;
}
.BgClassName
{
background-color: #A8D951;
}
</style>
border-color css
<style>
span { border-color: #A8D951; }
span { border-color: rgb(168,217,81); }
td.TdClassName
{
border-color: #A8D951;
}
.TagClassName
{
border-color: #A8D951;
}
</style>