Shades of Conifer #A8D957
Tints of Conifer #A8D957
RGB
CMYK
RGB Variations
Color information
#A8D957 (or 0xA8D957) is known color: Conifer. HEX triplet: A8, D9 and 57. RGB value is (168,217,87). Sum of RGB (Red+Green+Blue) = 168+217+87=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D957 is #5726A8. Grayscale: #BCBCBC. Windows color (decimal): -5711529 or 5757352. OLE color: 5757352.
HSL color Cylindrical-coordinate representation of color #A8D957: hue angle of 82.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8D957 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 87 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.15 |
| HSL | 82.62º | 0.63% | 0.6% | - |
| HSV(B) | 82.62º | 0.6% | 0.85% | - |
| XYZ | 42.68 | 58.64 | 18.09 | - |
| YUV | 187.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 87 | 0.23 | 0 | 0.60 | 0.15 | 82.62 | 0.63 | 0.6 |
| Hex | A8 | D9 | 57 | 17 | 0 | 3C | F | 53 | 3F | 3C |
| Octal | 250 | 331 | 127 | 27 | 0 | 74 | 17 | 123 | 77 | 74 |
| Binary | 10101000 | 11011001 | 1010111 | 10111 | 0 | 111100 | 1111 | 1010011 | 111111 | 111100 |
Color Harmonies of #A8D957
Complementary color
Monochromatic Colors of #A8D957
Black with #A8D957
Text Example
Text Example
White with #A8D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D957; }
p { color: rgb(168,217,87); }
H1.HeaderClassName
{
color: #A8D957;
}
.AnyTagClassName
{
color: #A8D957;
}
</style>
background-color css
<style>
a { background-color: #A8D957; }
a { background-color: rgb(168,217,87); }
div.DivClassName
{
background-color: #A8D957;
}
.BgClassName
{
background-color: #A8D957;
}
</style>
border-color css
<style>
span { border-color: #A8D957; }
span { border-color: rgb(168,217,87); }
td.TdClassName
{
border-color: #A8D957;
}
.TagClassName
{
border-color: #A8D957;
}
</style>