Shades of Conifer #A8D766
Tints of Conifer #A8D766
RGB
CMYK
RGB Variations
Color information
#A8D766 (or 0xA8D766) is known color: Conifer. HEX triplet: A8, D7 and 66. RGB value is (168,215,102). Sum of RGB (Red+Green+Blue) = 168+215+102=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D766 is #572899. Grayscale: #BCBCBC. Windows color (decimal): -5712026 or 6739880. OLE color: 6739880.
HSL color Cylindrical-coordinate representation of color #A8D766: hue angle of 84.96º degrees, saturation: 0.59, 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 #A8D766 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 102 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.16 |
| HSL | 84.96º | 0.59% | 0.62% | - |
| HSV(B) | 84.96º | 0.53% | 0.84% | - |
| XYZ | 42.85 | 57.89 | 21.49 | - |
| YUV | 188.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 102 | 0.22 | 0 | 0.53 | 0.16 | 84.96 | 0.59 | 0.62 |
| Hex | A8 | D7 | 66 | 16 | 0 | 35 | 10 | 55 | 3B | 3E |
| Octal | 250 | 327 | 146 | 26 | 0 | 65 | 20 | 125 | 73 | 76 |
| Binary | 10101000 | 11010111 | 1100110 | 10110 | 0 | 110101 | 10000 | 1010101 | 111011 | 111110 |
Color Harmonies of #A8D766
Complementary color
Monochromatic Colors of #A8D766
Black with #A8D766
Text Example
Text Example
White with #A8D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D766; }
p { color: rgb(168,215,102); }
H1.HeaderClassName
{
color: #A8D766;
}
.AnyTagClassName
{
color: #A8D766;
}
</style>
background-color css
<style>
a { background-color: #A8D766; }
a { background-color: rgb(168,215,102); }
div.DivClassName
{
background-color: #A8D766;
}
.BgClassName
{
background-color: #A8D766;
}
</style>
border-color css
<style>
span { border-color: #A8D766; }
span { border-color: rgb(168,215,102); }
td.TdClassName
{
border-color: #A8D766;
}
.TagClassName
{
border-color: #A8D766;
}
</style>