Shades of Conifer #A7D568
Tints of Conifer #A7D568
RGB
CMYK
RGB Variations
Color information
#A7D568 (or 0xA7D568) is known color: Conifer. HEX triplet: A7, D5 and 68. RGB value is (167,213,104). Sum of RGB (Red+Green+Blue) = 167+213+104=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D568 is #582A97. Grayscale: #BBBBBB. Windows color (decimal): -5778072 or 6870439. OLE color: 6870439.
HSL color Cylindrical-coordinate representation of color #A7D568: hue angle of 85.32º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7D568 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 104 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.16 |
| HSL | 85.32º | 0.56% | 0.62% | - |
| HSV(B) | 85.32º | 0.51% | 0.84% | - |
| XYZ | 42.23 | 56.8 | 21.84 | - |
| YUV | 186.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 104 | 0.22 | 0 | 0.51 | 0.16 | 85.32 | 0.56 | 0.62 |
| Hex | A7 | D5 | 68 | 16 | 0 | 33 | 10 | 55 | 38 | 3E |
| Octal | 247 | 325 | 150 | 26 | 0 | 63 | 20 | 125 | 70 | 76 |
| Binary | 10100111 | 11010101 | 1101000 | 10110 | 0 | 110011 | 10000 | 1010101 | 111000 | 111110 |
Color Harmonies of #A7D568
Complementary color
Monochromatic Colors of #A7D568
Black with #A7D568
Text Example
Text Example
White with #A7D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D568; }
p { color: rgb(167,213,104); }
H1.HeaderClassName
{
color: #A7D568;
}
.AnyTagClassName
{
color: #A7D568;
}
</style>
background-color css
<style>
a { background-color: #A7D568; }
a { background-color: rgb(167,213,104); }
div.DivClassName
{
background-color: #A7D568;
}
.BgClassName
{
background-color: #A7D568;
}
</style>
border-color css
<style>
span { border-color: #A7D568; }
span { border-color: rgb(167,213,104); }
td.TdClassName
{
border-color: #A7D568;
}
.TagClassName
{
border-color: #A7D568;
}
</style>