Shades of Conifer #A8D157
Tints of Conifer #A8D157
RGB
CMYK
RGB Variations
Color information
#A8D157 (or 0xA8D157) is known color: Conifer. HEX triplet: A8, D1 and 57. RGB value is (168,209,87). Sum of RGB (Red+Green+Blue) = 168+209+87=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D157 is #572EA8. Grayscale: #B7B7B7. Windows color (decimal): -5713577 or 5755304. OLE color: 5755304.
HSL color Cylindrical-coordinate representation of color #A8D157: hue angle of 80.16º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8D157 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 87 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.18 |
| HSL | 80.16º | 0.57% | 0.58% | - |
| HSV(B) | 80.16º | 0.58% | 0.82% | - |
| XYZ | 40.67 | 54.61 | 17.41 | - |
| YUV | 182.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 87 | 0.20 | 0 | 0.58 | 0.18 | 80.16 | 0.57 | 0.58 |
| Hex | A8 | D1 | 57 | 14 | 0 | 3A | 12 | 50 | 39 | 3A |
| Octal | 250 | 321 | 127 | 24 | 0 | 72 | 22 | 120 | 71 | 72 |
| Binary | 10101000 | 11010001 | 1010111 | 10100 | 0 | 111010 | 10010 | 1010000 | 111001 | 111010 |
Color Harmonies of #A8D157
Complementary color
Monochromatic Colors of #A8D157
Black with #A8D157
Text Example
Text Example
White with #A8D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D157; }
p { color: rgb(168,209,87); }
H1.HeaderClassName
{
color: #A8D157;
}
.AnyTagClassName
{
color: #A8D157;
}
</style>
background-color css
<style>
a { background-color: #A8D157; }
a { background-color: rgb(168,209,87); }
div.DivClassName
{
background-color: #A8D157;
}
.BgClassName
{
background-color: #A8D157;
}
</style>
border-color css
<style>
span { border-color: #A8D157; }
span { border-color: rgb(168,209,87); }
td.TdClassName
{
border-color: #A8D157;
}
.TagClassName
{
border-color: #A8D157;
}
</style>