Shades of Conifer #A8E063
Tints of Conifer #A8E063
RGB
CMYK
RGB Variations
Color information
#A8E063 (or 0xA8E063) is known color: Conifer. HEX triplet: A8, E0 and 63. RGB value is (168,224,99). Sum of RGB (Red+Green+Blue) = 168+224+99=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E063 is #571F9C. Grayscale: #C1C1C1. Windows color (decimal): -5709725 or 6545576. OLE color: 6545576.
HSL color Cylindrical-coordinate representation of color #A8E063: hue angle of 86.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8E063 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 99 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.12 |
| HSL | 86.88º | 0.67% | 0.63% | - |
| HSV(B) | 86.88º | 0.56% | 0.88% | - |
| XYZ | 45.06 | 62.54 | 21.5 | - |
| YUV | 193.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 99 | 0.25 | 0 | 0.56 | 0.12 | 86.88 | 0.67 | 0.63 |
| Hex | A8 | E0 | 63 | 19 | 0 | 38 | C | 57 | 43 | 3F |
| Octal | 250 | 340 | 143 | 31 | 0 | 70 | 14 | 127 | 103 | 77 |
| Binary | 10101000 | 11100000 | 1100011 | 11001 | 0 | 111000 | 1100 | 1010111 | 1000011 | 111111 |
Color Harmonies of #A8E063
Complementary color
Monochromatic Colors of #A8E063
Black with #A8E063
Text Example
Text Example
White with #A8E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E063; }
p { color: rgb(168,224,99); }
H1.HeaderClassName
{
color: #A8E063;
}
.AnyTagClassName
{
color: #A8E063;
}
</style>
background-color css
<style>
a { background-color: #A8E063; }
a { background-color: rgb(168,224,99); }
div.DivClassName
{
background-color: #A8E063;
}
.BgClassName
{
background-color: #A8E063;
}
</style>
border-color css
<style>
span { border-color: #A8E063; }
span { border-color: rgb(168,224,99); }
td.TdClassName
{
border-color: #A8E063;
}
.TagClassName
{
border-color: #A8E063;
}
</style>