Shades of Conifer #A8E15C
Tints of Conifer #A8E15C
RGB
CMYK
RGB Variations
Color information
#A8E15C (or 0xA8E15C) is known color: Conifer. HEX triplet: A8, E1 and 5C. RGB value is (168,225,92). Sum of RGB (Red+Green+Blue) = 168+225+92=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E15C is #571EA3. Grayscale: #C1C1C1. Windows color (decimal): -5709476 or 6087080. OLE color: 6087080.
HSL color Cylindrical-coordinate representation of color #A8E15C: hue angle of 85.71º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8E15C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.12 |
| HSL | 85.71º | 0.69% | 0.62% | - |
| HSV(B) | 85.71º | 0.59% | 0.88% | - |
| XYZ | 45.01 | 62.95 | 19.9 | - |
| YUV | 192.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 92 | 0.25 | 0 | 0.59 | 0.12 | 85.71 | 0.69 | 0.62 |
| Hex | A8 | E1 | 5C | 19 | 0 | 3B | C | 56 | 45 | 3E |
| Octal | 250 | 341 | 134 | 31 | 0 | 73 | 14 | 126 | 105 | 76 |
| Binary | 10101000 | 11100001 | 1011100 | 11001 | 0 | 111011 | 1100 | 1010110 | 1000101 | 111110 |
Color Harmonies of #A8E15C
Complementary color
Monochromatic Colors of #A8E15C
Black with #A8E15C
Text Example
Text Example
White with #A8E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E15C; }
p { color: rgb(168,225,92); }
H1.HeaderClassName
{
color: #A8E15C;
}
.AnyTagClassName
{
color: #A8E15C;
}
</style>
background-color css
<style>
a { background-color: #A8E15C; }
a { background-color: rgb(168,225,92); }
div.DivClassName
{
background-color: #A8E15C;
}
.BgClassName
{
background-color: #A8E15C;
}
</style>
border-color css
<style>
span { border-color: #A8E15C; }
span { border-color: rgb(168,225,92); }
td.TdClassName
{
border-color: #A8E15C;
}
.TagClassName
{
border-color: #A8E15C;
}
</style>