Shades of Conifer #A8D565
Tints of Conifer #A8D565
RGB
CMYK
RGB Variations
Color information
#A8D565 (or 0xA8D565) is known color: Conifer. HEX triplet: A8, D5 and 65. RGB value is (168,213,101). Sum of RGB (Red+Green+Blue) = 168+213+101=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D565 is #572A9A. Grayscale: #BBBBBB. Windows color (decimal): -5712539 or 6673832. OLE color: 6673832.
HSL color Cylindrical-coordinate representation of color #A8D565: hue angle of 84.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8D565 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 101 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.16 |
| HSL | 84.11º | 0.57% | 0.62% | - |
| HSV(B) | 84.11º | 0.53% | 0.84% | - |
| XYZ | 42.29 | 56.85 | 21.06 | - |
| YUV | 186.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 101 | 0.21 | 0 | 0.53 | 0.16 | 84.11 | 0.57 | 0.62 |
| Hex | A8 | D5 | 65 | 15 | 0 | 35 | 10 | 54 | 39 | 3E |
| Octal | 250 | 325 | 145 | 25 | 0 | 65 | 20 | 124 | 71 | 76 |
| Binary | 10101000 | 11010101 | 1100101 | 10101 | 0 | 110101 | 10000 | 1010100 | 111001 | 111110 |
Color Harmonies of #A8D565
Complementary color
Monochromatic Colors of #A8D565
Black with #A8D565
Text Example
Text Example
White with #A8D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D565; }
p { color: rgb(168,213,101); }
H1.HeaderClassName
{
color: #A8D565;
}
.AnyTagClassName
{
color: #A8D565;
}
</style>
background-color css
<style>
a { background-color: #A8D565; }
a { background-color: rgb(168,213,101); }
div.DivClassName
{
background-color: #A8D565;
}
.BgClassName
{
background-color: #A8D565;
}
</style>
border-color css
<style>
span { border-color: #A8D565; }
span { border-color: rgb(168,213,101); }
td.TdClassName
{
border-color: #A8D565;
}
.TagClassName
{
border-color: #A8D565;
}
</style>