Shades of Conifer #A7E463
Tints of Conifer #A7E463
RGB
CMYK
RGB Variations
Color information
#A7E463 (or 0xA7E463) is known color: Conifer. HEX triplet: A7, E4 and 63. RGB value is (167,228,99). Sum of RGB (Red+Green+Blue) = 167+228+99=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E463 is #581B9C. Grayscale: #C3C3C3. Windows color (decimal): -5774237 or 6546599. OLE color: 6546599.
HSL color Cylindrical-coordinate representation of color #A7E463: hue angle of 88.37º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7E463 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 228 | 99 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.11 |
| HSL | 88.37º | 0.7% | 0.64% | - |
| HSV(B) | 88.37º | 0.57% | 0.89% | - |
| XYZ | 45.93 | 64.6 | 21.85 | - |
| YUV | 195.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 228 | 99 | 0.27 | 0 | 0.57 | 0.11 | 88.37 | 0.7 | 0.64 |
| Hex | A7 | E4 | 63 | 1B | 0 | 39 | B | 58 | 46 | 40 |
| Octal | 247 | 344 | 143 | 33 | 0 | 71 | 13 | 130 | 106 | 100 |
| Binary | 10100111 | 11100100 | 1100011 | 11011 | 0 | 111001 | 1011 | 1011000 | 1000110 | 1000000 |
Color Harmonies of #A7E463
Complementary color
Monochromatic Colors of #A7E463
Black with #A7E463
Text Example
Text Example
White with #A7E463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E463; }
p { color: rgb(167,228,99); }
H1.HeaderClassName
{
color: #A7E463;
}
.AnyTagClassName
{
color: #A7E463;
}
</style>
background-color css
<style>
a { background-color: #A7E463; }
a { background-color: rgb(167,228,99); }
div.DivClassName
{
background-color: #A7E463;
}
.BgClassName
{
background-color: #A7E463;
}
</style>
border-color css
<style>
span { border-color: #A7E463; }
span { border-color: rgb(167,228,99); }
td.TdClassName
{
border-color: #A7E463;
}
.TagClassName
{
border-color: #A7E463;
}
</style>