Shades of Conifer #A7E560
Tints of Conifer #A7E560
RGB
CMYK
RGB Variations
Color information
#A7E560 (or 0xA7E560) is known color: Conifer. HEX triplet: A7, E5 and 60. RGB value is (167,229,96). Sum of RGB (Red+Green+Blue) = 167+229+96=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E560 is #581A9F. Grayscale: #C3C3C3. Windows color (decimal): -5773984 or 6350247. OLE color: 6350247.
HSL color Cylindrical-coordinate representation of color #A7E560: hue angle of 87.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7E560 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 229 | 96 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.10 |
| HSL | 87.97º | 0.72% | 0.64% | - |
| HSV(B) | 87.97º | 0.58% | 0.9% | - |
| XYZ | 46.07 | 65.1 | 21.2 | - |
| YUV | 195.3 | 71.96 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 229 | 96 | 0.27 | 0 | 0.58 | 0.10 | 87.97 | 0.72 | 0.64 |
| Hex | A7 | E5 | 60 | 1B | 0 | 3A | A | 58 | 48 | 40 |
| Octal | 247 | 345 | 140 | 33 | 0 | 72 | 12 | 130 | 110 | 100 |
| Binary | 10100111 | 11100101 | 1100000 | 11011 | 0 | 111010 | 1010 | 1011000 | 1001000 | 1000000 |
Color Harmonies of #A7E560
Complementary color
Monochromatic Colors of #A7E560
Black with #A7E560
Text Example
Text Example
White with #A7E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E560; }
p { color: rgb(167,229,96); }
H1.HeaderClassName
{
color: #A7E560;
}
.AnyTagClassName
{
color: #A7E560;
}
</style>
background-color css
<style>
a { background-color: #A7E560; }
a { background-color: rgb(167,229,96); }
div.DivClassName
{
background-color: #A7E560;
}
.BgClassName
{
background-color: #A7E560;
}
</style>
border-color css
<style>
span { border-color: #A7E560; }
span { border-color: rgb(167,229,96); }
td.TdClassName
{
border-color: #A7E560;
}
.TagClassName
{
border-color: #A7E560;
}
</style>