Shades of Conifer #A7E469
Tints of Conifer #A7E469
RGB
CMYK
RGB Variations
Color information
#A7E469 (or 0xA7E469) is known color: Conifer. HEX triplet: A7, E4 and 69. RGB value is (167,228,105). Sum of RGB (Red+Green+Blue) = 167+228+105=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E469 is #581B96. Grayscale: #C4C4C4. Windows color (decimal): -5774231 or 6939815. OLE color: 6939815.
HSL color Cylindrical-coordinate representation of color #A7E469: hue angle of 89.76º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7E469 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 105 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.11 |
| HSL | 89.76º | 0.69% | 0.65% | - |
| HSV(B) | 89.76º | 0.54% | 0.89% | - |
| XYZ | 46.23 | 64.72 | 23.42 | - |
| YUV | 195.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 105 | 0.27 | 0 | 0.54 | 0.11 | 89.76 | 0.69 | 0.65 |
| Hex | A7 | E4 | 69 | 1B | 0 | 36 | B | 5A | 45 | 41 |
| Octal | 247 | 344 | 151 | 33 | 0 | 66 | 13 | 132 | 105 | 101 |
| Binary | 10100111 | 11100100 | 1101001 | 11011 | 0 | 110110 | 1011 | 1011010 | 1000101 | 1000001 |
Color Harmonies of #A7E469
Complementary color
Monochromatic Colors of #A7E469
Black with #A7E469
Text Example
Text Example
White with #A7E469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E469; }
p { color: rgb(167,228,105); }
H1.HeaderClassName
{
color: #A7E469;
}
.AnyTagClassName
{
color: #A7E469;
}
</style>
background-color css
<style>
a { background-color: #A7E469; }
a { background-color: rgb(167,228,105); }
div.DivClassName
{
background-color: #A7E469;
}
.BgClassName
{
background-color: #A7E469;
}
</style>
border-color css
<style>
span { border-color: #A7E469; }
span { border-color: rgb(167,228,105); }
td.TdClassName
{
border-color: #A7E469;
}
.TagClassName
{
border-color: #A7E469;
}
</style>