Shades of Conifer #A8D765
Tints of Conifer #A8D765
RGB
CMYK
RGB Variations
Color information
#A8D765 (or 0xA8D765) is known color: Conifer. HEX triplet: A8, D7 and 65. RGB value is (168,215,101). Sum of RGB (Red+Green+Blue) = 168+215+101=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D765 is #57289A. Grayscale: #BCBCBC. Windows color (decimal): -5712027 or 6674344. OLE color: 6674344.
HSL color Cylindrical-coordinate representation of color #A8D765: hue angle of 84.74º 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 #A8D765 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 101 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.16 |
| HSL | 84.74º | 0.59% | 0.62% | - |
| HSV(B) | 84.74º | 0.53% | 0.84% | - |
| XYZ | 42.8 | 57.87 | 21.23 | - |
| YUV | 187.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 101 | 0.22 | 0 | 0.53 | 0.16 | 84.74 | 0.59 | 0.62 |
| Hex | A8 | D7 | 65 | 16 | 0 | 35 | 10 | 55 | 3B | 3E |
| Octal | 250 | 327 | 145 | 26 | 0 | 65 | 20 | 125 | 73 | 76 |
| Binary | 10101000 | 11010111 | 1100101 | 10110 | 0 | 110101 | 10000 | 1010101 | 111011 | 111110 |
Color Harmonies of #A8D765
Complementary color
Monochromatic Colors of #A8D765
Black with #A8D765
Text Example
Text Example
White with #A8D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D765; }
p { color: rgb(168,215,101); }
H1.HeaderClassName
{
color: #A8D765;
}
.AnyTagClassName
{
color: #A8D765;
}
</style>
background-color css
<style>
a { background-color: #A8D765; }
a { background-color: rgb(168,215,101); }
div.DivClassName
{
background-color: #A8D765;
}
.BgClassName
{
background-color: #A8D765;
}
</style>
border-color css
<style>
span { border-color: #A8D765; }
span { border-color: rgb(168,215,101); }
td.TdClassName
{
border-color: #A8D765;
}
.TagClassName
{
border-color: #A8D765;
}
</style>