Shades of Conifer #A8D46B
Tints of Conifer #A8D46B
RGB
CMYK
RGB Variations
Color information
#A8D46B (or 0xA8D46B) is known color: Conifer. HEX triplet: A8, D4 and 6B. RGB value is (168,212,107). Sum of RGB (Red+Green+Blue) = 168+212+107=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D46B is #572B94. Grayscale: #BBBBBB. Windows color (decimal): -5712789 or 7066792. OLE color: 7066792.
HSL color Cylindrical-coordinate representation of color #A8D46B: hue angle of 85.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D46B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 107 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.17 |
| HSL | 85.14º | 0.55% | 0.63% | - |
| HSV(B) | 85.14º | 0.5% | 0.83% | - |
| XYZ | 42.35 | 56.47 | 22.58 | - |
| YUV | 186.87 | 82.92 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 107 | 0.21 | 0 | 0.50 | 0.17 | 85.14 | 0.55 | 0.63 |
| Hex | A8 | D4 | 6B | 15 | 0 | 32 | 11 | 55 | 37 | 3F |
| Octal | 250 | 324 | 153 | 25 | 0 | 62 | 21 | 125 | 67 | 77 |
| Binary | 10101000 | 11010100 | 1101011 | 10101 | 0 | 110010 | 10001 | 1010101 | 110111 | 111111 |
Color Harmonies of #A8D46B
Complementary color
Monochromatic Colors of #A8D46B
Black with #A8D46B
Text Example
Text Example
White with #A8D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D46B; }
p { color: rgb(168,212,107); }
H1.HeaderClassName
{
color: #A8D46B;
}
.AnyTagClassName
{
color: #A8D46B;
}
</style>
background-color css
<style>
a { background-color: #A8D46B; }
a { background-color: rgb(168,212,107); }
div.DivClassName
{
background-color: #A8D46B;
}
.BgClassName
{
background-color: #A8D46B;
}
</style>
border-color css
<style>
span { border-color: #A8D46B; }
span { border-color: rgb(168,212,107); }
td.TdClassName
{
border-color: #A8D46B;
}
.TagClassName
{
border-color: #A8D46B;
}
</style>