Shades of Conifer #A8DC66
Tints of Conifer #A8DC66
RGB
CMYK
RGB Variations
Color information
#A8DC66 (or 0xA8DC66) is known color: Conifer. HEX triplet: A8, DC and 66. RGB value is (168,220,102). Sum of RGB (Red+Green+Blue) = 168+220+102=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC66 is #572399. Grayscale: #BFBFBF. Windows color (decimal): -5710746 or 6741160. OLE color: 6741160.
HSL color Cylindrical-coordinate representation of color #A8DC66: hue angle of 86.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8DC66 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 102 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.14 |
| HSL | 86.44º | 0.63% | 0.63% | - |
| HSV(B) | 86.44º | 0.54% | 0.86% | - |
| XYZ | 44.14 | 60.47 | 21.92 | - |
| YUV | 191 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 102 | 0.24 | 0 | 0.54 | 0.14 | 86.44 | 0.63 | 0.63 |
| Hex | A8 | DC | 66 | 18 | 0 | 36 | E | 56 | 3F | 3F |
| Octal | 250 | 334 | 146 | 30 | 0 | 66 | 16 | 126 | 77 | 77 |
| Binary | 10101000 | 11011100 | 1100110 | 11000 | 0 | 110110 | 1110 | 1010110 | 111111 | 111111 |
Color Harmonies of #A8DC66
Complementary color
Monochromatic Colors of #A8DC66
Black with #A8DC66
Text Example
Text Example
White with #A8DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC66; }
p { color: rgb(168,220,102); }
H1.HeaderClassName
{
color: #A8DC66;
}
.AnyTagClassName
{
color: #A8DC66;
}
</style>
background-color css
<style>
a { background-color: #A8DC66; }
a { background-color: rgb(168,220,102); }
div.DivClassName
{
background-color: #A8DC66;
}
.BgClassName
{
background-color: #A8DC66;
}
</style>
border-color css
<style>
span { border-color: #A8DC66; }
span { border-color: rgb(168,220,102); }
td.TdClassName
{
border-color: #A8DC66;
}
.TagClassName
{
border-color: #A8DC66;
}
</style>