Shades of Conifer #A8D661
Tints of Conifer #A8D661
RGB
CMYK
RGB Variations
Color information
#A8D661 (or 0xA8D661) is known color: Conifer. HEX triplet: A8, D6 and 61. RGB value is (168,214,97). Sum of RGB (Red+Green+Blue) = 168+214+97=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D661 is #57299E. Grayscale: #BBBBBB. Windows color (decimal): -5712287 or 6411944. OLE color: 6411944.
HSL color Cylindrical-coordinate representation of color #A8D661: hue angle of 83.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8D661 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 97 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.16 |
| HSL | 83.59º | 0.59% | 0.61% | - |
| HSV(B) | 83.59º | 0.55% | 0.84% | - |
| XYZ | 42.35 | 57.28 | 20.13 | - |
| YUV | 186.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 97 | 0.21 | 0 | 0.55 | 0.16 | 83.59 | 0.59 | 0.61 |
| Hex | A8 | D6 | 61 | 15 | 0 | 37 | 10 | 54 | 3B | 3D |
| Octal | 250 | 326 | 141 | 25 | 0 | 67 | 20 | 124 | 73 | 75 |
| Binary | 10101000 | 11010110 | 1100001 | 10101 | 0 | 110111 | 10000 | 1010100 | 111011 | 111101 |
Color Harmonies of #A8D661
Complementary color
Monochromatic Colors of #A8D661
Black with #A8D661
Text Example
Text Example
White with #A8D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D661; }
p { color: rgb(168,214,97); }
H1.HeaderClassName
{
color: #A8D661;
}
.AnyTagClassName
{
color: #A8D661;
}
</style>
background-color css
<style>
a { background-color: #A8D661; }
a { background-color: rgb(168,214,97); }
div.DivClassName
{
background-color: #A8D661;
}
.BgClassName
{
background-color: #A8D661;
}
</style>
border-color css
<style>
span { border-color: #A8D661; }
span { border-color: rgb(168,214,97); }
td.TdClassName
{
border-color: #A8D661;
}
.TagClassName
{
border-color: #A8D661;
}
</style>