Shades of Conifer #A8D657
Tints of Conifer #A8D657
RGB
CMYK
RGB Variations
Color information
#A8D657 (or 0xA8D657) is known color: Conifer. HEX triplet: A8, D6 and 57. RGB value is (168,214,87). Sum of RGB (Red+Green+Blue) = 168+214+87=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D657 is #5729A8. Grayscale: #BABABA. Windows color (decimal): -5712297 or 5756584. OLE color: 5756584.
HSL color Cylindrical-coordinate representation of color #A8D657: hue angle of 81.73º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D657 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 87 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.16 |
| HSL | 81.73º | 0.61% | 0.59% | - |
| HSV(B) | 81.73º | 0.59% | 0.84% | - |
| XYZ | 41.92 | 57.11 | 17.83 | - |
| YUV | 185.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 87 | 0.21 | 0 | 0.59 | 0.16 | 81.73 | 0.61 | 0.59 |
| Hex | A8 | D6 | 57 | 15 | 0 | 3B | 10 | 52 | 3D | 3B |
| Octal | 250 | 326 | 127 | 25 | 0 | 73 | 20 | 122 | 75 | 73 |
| Binary | 10101000 | 11010110 | 1010111 | 10101 | 0 | 111011 | 10000 | 1010010 | 111101 | 111011 |
Color Harmonies of #A8D657
Complementary color
Monochromatic Colors of #A8D657
Black with #A8D657
Text Example
Text Example
White with #A8D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D657; }
p { color: rgb(168,214,87); }
H1.HeaderClassName
{
color: #A8D657;
}
.AnyTagClassName
{
color: #A8D657;
}
</style>
background-color css
<style>
a { background-color: #A8D657; }
a { background-color: rgb(168,214,87); }
div.DivClassName
{
background-color: #A8D657;
}
.BgClassName
{
background-color: #A8D657;
}
</style>
border-color css
<style>
span { border-color: #A8D657; }
span { border-color: rgb(168,214,87); }
td.TdClassName
{
border-color: #A8D657;
}
.TagClassName
{
border-color: #A8D657;
}
</style>