Shades of Conifer #A8E855
Tints of Conifer #A8E855
RGB
CMYK
RGB Variations
Color information
#A8E855 (or 0xA8E855) is known color: Conifer. HEX triplet: A8, E8 and 55. RGB value is (168,232,85). Sum of RGB (Red+Green+Blue) = 168+232+85=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E855 is #5717AA. Grayscale: #C4C4C4. Windows color (decimal): -5707691 or 5630120. OLE color: 5630120.
HSL color Cylindrical-coordinate representation of color #A8E855: hue angle of 86.12º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8E855 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 85 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.09 |
| HSL | 86.12º | 0.76% | 0.62% | - |
| HSV(B) | 86.12º | 0.63% | 0.91% | - |
| XYZ | 46.64 | 66.69 | 19.01 | - |
| YUV | 196.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 85 | 0.28 | 0 | 0.63 | 0.09 | 86.12 | 0.76 | 0.62 |
| Hex | A8 | E8 | 55 | 1C | 0 | 3F | 9 | 56 | 4C | 3E |
| Octal | 250 | 350 | 125 | 34 | 0 | 77 | 11 | 126 | 114 | 76 |
| Binary | 10101000 | 11101000 | 1010101 | 11100 | 0 | 111111 | 1001 | 1010110 | 1001100 | 111110 |
Color Harmonies of #A8E855
Complementary color
Monochromatic Colors of #A8E855
Black with #A8E855
Text Example
Text Example
White with #A8E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E855; }
p { color: rgb(168,232,85); }
H1.HeaderClassName
{
color: #A8E855;
}
.AnyTagClassName
{
color: #A8E855;
}
</style>
background-color css
<style>
a { background-color: #A8E855; }
a { background-color: rgb(168,232,85); }
div.DivClassName
{
background-color: #A8E855;
}
.BgClassName
{
background-color: #A8E855;
}
</style>
border-color css
<style>
span { border-color: #A8E855; }
span { border-color: rgb(168,232,85); }
td.TdClassName
{
border-color: #A8E855;
}
.TagClassName
{
border-color: #A8E855;
}
</style>