Shades of Conifer #A7E169
Tints of Conifer #A7E169
RGB
CMYK
RGB Variations
Color information
#A7E169 (or 0xA7E169) is known color: Conifer. HEX triplet: A7, E1 and 69. RGB value is (167,225,105). Sum of RGB (Red+Green+Blue) = 167+225+105=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E169 is #581E96. Grayscale: #C2C2C2. Windows color (decimal): -5774999 or 6939047. OLE color: 6939047.
HSL color Cylindrical-coordinate representation of color #A7E169: hue angle of 89º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7E169 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 105 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.12 |
| HSL | 89º | 0.67% | 0.65% | - |
| HSV(B) | 89º | 0.53% | 0.88% | - |
| XYZ | 45.41 | 63.09 | 23.15 | - |
| YUV | 193.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 105 | 0.26 | 0 | 0.53 | 0.12 | 89 | 0.67 | 0.65 |
| Hex | A7 | E1 | 69 | 1A | 0 | 35 | C | 59 | 43 | 41 |
| Octal | 247 | 341 | 151 | 32 | 0 | 65 | 14 | 131 | 103 | 101 |
| Binary | 10100111 | 11100001 | 1101001 | 11010 | 0 | 110101 | 1100 | 1011001 | 1000011 | 1000001 |
Color Harmonies of #A7E169
Complementary color
Monochromatic Colors of #A7E169
Black with #A7E169
Text Example
Text Example
White with #A7E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E169; }
p { color: rgb(167,225,105); }
H1.HeaderClassName
{
color: #A7E169;
}
.AnyTagClassName
{
color: #A7E169;
}
</style>
background-color css
<style>
a { background-color: #A7E169; }
a { background-color: rgb(167,225,105); }
div.DivClassName
{
background-color: #A7E169;
}
.BgClassName
{
background-color: #A7E169;
}
</style>
border-color css
<style>
span { border-color: #A7E169; }
span { border-color: rgb(167,225,105); }
td.TdClassName
{
border-color: #A7E169;
}
.TagClassName
{
border-color: #A7E169;
}
</style>