Shades of Conifer #A8E15E
Tints of Conifer #A8E15E
RGB
CMYK
RGB Variations
Color information
#A8E15E (or 0xA8E15E) is known color: Conifer. HEX triplet: A8, E1 and 5E. RGB value is (168,225,94). Sum of RGB (Red+Green+Blue) = 168+225+94=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E15E is #571EA1. Grayscale: #C1C1C1. Windows color (decimal): -5709474 or 6218152. OLE color: 6218152.
HSL color Cylindrical-coordinate representation of color #A8E15E: hue angle of 86.11º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8E15E is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 94 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.12 |
| HSL | 86.11º | 0.69% | 0.63% | - |
| HSV(B) | 86.11º | 0.58% | 0.88% | - |
| XYZ | 45.09 | 62.98 | 20.37 | - |
| YUV | 193.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 94 | 0.25 | 0 | 0.58 | 0.12 | 86.11 | 0.69 | 0.63 |
| Hex | A8 | E1 | 5E | 19 | 0 | 3A | C | 56 | 45 | 3F |
| Octal | 250 | 341 | 136 | 31 | 0 | 72 | 14 | 126 | 105 | 77 |
| Binary | 10101000 | 11100001 | 1011110 | 11001 | 0 | 111010 | 1100 | 1010110 | 1000101 | 111111 |
Color Harmonies of #A8E15E
Complementary color
Monochromatic Colors of #A8E15E
Black with #A8E15E
Text Example
Text Example
White with #A8E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E15E; }
p { color: rgb(168,225,94); }
H1.HeaderClassName
{
color: #A8E15E;
}
.AnyTagClassName
{
color: #A8E15E;
}
</style>
background-color css
<style>
a { background-color: #A8E15E; }
a { background-color: rgb(168,225,94); }
div.DivClassName
{
background-color: #A8E15E;
}
.BgClassName
{
background-color: #A8E15E;
}
</style>
border-color css
<style>
span { border-color: #A8E15E; }
span { border-color: rgb(168,225,94); }
td.TdClassName
{
border-color: #A8E15E;
}
.TagClassName
{
border-color: #A8E15E;
}
</style>