Shades of Conifer #A8D561
Tints of Conifer #A8D561
RGB
CMYK
RGB Variations
Color information
#A8D561 (or 0xA8D561) is known color: Conifer. HEX triplet: A8, D5 and 61. RGB value is (168,213,97). Sum of RGB (Red+Green+Blue) = 168+213+97=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D561 is #572A9E. Grayscale: #BABABA. Windows color (decimal): -5712543 or 6411688. OLE color: 6411688.
HSL color Cylindrical-coordinate representation of color #A8D561: hue angle of 83.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8D561 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 97 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.16 |
| HSL | 83.28º | 0.58% | 0.61% | - |
| HSV(B) | 83.28º | 0.54% | 0.84% | - |
| XYZ | 42.1 | 56.78 | 20.05 | - |
| YUV | 186.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 97 | 0.21 | 0 | 0.54 | 0.16 | 83.28 | 0.58 | 0.61 |
| Hex | A8 | D5 | 61 | 15 | 0 | 36 | 10 | 53 | 3A | 3D |
| Octal | 250 | 325 | 141 | 25 | 0 | 66 | 20 | 123 | 72 | 75 |
| Binary | 10101000 | 11010101 | 1100001 | 10101 | 0 | 110110 | 10000 | 1010011 | 111010 | 111101 |
Color Harmonies of #A8D561
Complementary color
Monochromatic Colors of #A8D561
Black with #A8D561
Text Example
Text Example
White with #A8D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D561; }
p { color: rgb(168,213,97); }
H1.HeaderClassName
{
color: #A8D561;
}
.AnyTagClassName
{
color: #A8D561;
}
</style>
background-color css
<style>
a { background-color: #A8D561; }
a { background-color: rgb(168,213,97); }
div.DivClassName
{
background-color: #A8D561;
}
.BgClassName
{
background-color: #A8D561;
}
</style>
border-color css
<style>
span { border-color: #A8D561; }
span { border-color: rgb(168,213,97); }
td.TdClassName
{
border-color: #A8D561;
}
.TagClassName
{
border-color: #A8D561;
}
</style>