Shades of Conifer #A8E247
Tints of Conifer #A8E247
RGB
CMYK
RGB Variations
Color information
#A8E247 (or 0xA8E247) is known color: Conifer. HEX triplet: A8, E2 and 47. RGB value is (168,226,71). Sum of RGB (Red+Green+Blue) = 168+226+71=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E247 is #571DB8. Grayscale: #BFBFBF. Windows color (decimal): -5709241 or 4711080. OLE color: 4711080.
HSL color Cylindrical-coordinate representation of color #A8E247: hue angle of 82.45º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8E247 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 71 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.11 |
| HSL | 82.45º | 0.73% | 0.58% | - |
| HSV(B) | 82.45º | 0.69% | 0.89% | - |
| XYZ | 44.48 | 63.17 | 15.81 | - |
| YUV | 190.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 71 | 0.26 | 0 | 0.69 | 0.11 | 82.45 | 0.73 | 0.58 |
| Hex | A8 | E2 | 47 | 1A | 0 | 45 | B | 52 | 49 | 3A |
| Octal | 250 | 342 | 107 | 32 | 0 | 105 | 13 | 122 | 111 | 72 |
| Binary | 10101000 | 11100010 | 1000111 | 11010 | 0 | 1000101 | 1011 | 1010010 | 1001001 | 111010 |
Color Harmonies of #A8E247
Complementary color
Monochromatic Colors of #A8E247
Black with #A8E247
Text Example
Text Example
White with #A8E247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E247; }
p { color: rgb(168,226,71); }
H1.HeaderClassName
{
color: #A8E247;
}
.AnyTagClassName
{
color: #A8E247;
}
</style>
background-color css
<style>
a { background-color: #A8E247; }
a { background-color: rgb(168,226,71); }
div.DivClassName
{
background-color: #A8E247;
}
.BgClassName
{
background-color: #A8E247;
}
</style>
border-color css
<style>
span { border-color: #A8E247; }
span { border-color: rgb(168,226,71); }
td.TdClassName
{
border-color: #A8E247;
}
.TagClassName
{
border-color: #A8E247;
}
</style>