Shades of Conifer #A8E852
Tints of Conifer #A8E852
RGB
CMYK
RGB Variations
Color information
#A8E852 (or 0xA8E852) is known color: Conifer. HEX triplet: A8, E8 and 52. RGB value is (168,232,82). Sum of RGB (Red+Green+Blue) = 168+232+82=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E852 is #5717AD. Grayscale: #C4C4C4. Windows color (decimal): -5707694 or 5433512. OLE color: 5433512.
HSL color Cylindrical-coordinate representation of color #A8E852: hue angle of 85.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8E852 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 82 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.09 |
| HSL | 85.6º | 0.77% | 0.62% | - |
| HSV(B) | 85.6º | 0.65% | 0.91% | - |
| XYZ | 46.53 | 66.65 | 18.39 | - |
| YUV | 195.76 | 63.8 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 82 | 0.28 | 0 | 0.65 | 0.09 | 85.6 | 0.77 | 0.62 |
| Hex | A8 | E8 | 52 | 1C | 0 | 41 | 9 | 56 | 4D | 3E |
| Octal | 250 | 350 | 122 | 34 | 0 | 101 | 11 | 126 | 115 | 76 |
| Binary | 10101000 | 11101000 | 1010010 | 11100 | 0 | 1000001 | 1001 | 1010110 | 1001101 | 111110 |
Color Harmonies of #A8E852
Complementary color
Monochromatic Colors of #A8E852
Black with #A8E852
Text Example
Text Example
White with #A8E852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E852; }
p { color: rgb(168,232,82); }
H1.HeaderClassName
{
color: #A8E852;
}
.AnyTagClassName
{
color: #A8E852;
}
</style>
background-color css
<style>
a { background-color: #A8E852; }
a { background-color: rgb(168,232,82); }
div.DivClassName
{
background-color: #A8E852;
}
.BgClassName
{
background-color: #A8E852;
}
</style>
border-color css
<style>
span { border-color: #A8E852; }
span { border-color: rgb(168,232,82); }
td.TdClassName
{
border-color: #A8E852;
}
.TagClassName
{
border-color: #A8E852;
}
</style>