Shades of Conifer #A0E866
Tints of Conifer #A0E866
RGB
CMYK
RGB Variations
Color information
#A0E866 (or 0xA0E866) is known color: Conifer. HEX triplet: A0, E8 and 66. RGB value is (160,232,102). Sum of RGB (Red+Green+Blue) = 160+232+102=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E866 is #5F1799. Grayscale: #C4C4C4. Windows color (decimal): -6231962 or 6744224. OLE color: 6744224.
HSL color Cylindrical-coordinate representation of color #A0E866: hue angle of 93.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0E866 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 102 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.09 |
| HSL | 93.23º | 0.74% | 0.65% | - |
| HSV(B) | 93.23º | 0.56% | 0.91% | - |
| XYZ | 45.75 | 66.15 | 22.93 | - |
| YUV | 195.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 102 | 0.31 | 0 | 0.56 | 0.09 | 93.23 | 0.74 | 0.65 |
| Hex | A0 | E8 | 66 | 1F | 0 | 38 | 9 | 5D | 4A | 41 |
| Octal | 240 | 350 | 146 | 37 | 0 | 70 | 11 | 135 | 112 | 101 |
| Binary | 10100000 | 11101000 | 1100110 | 11111 | 0 | 111000 | 1001 | 1011101 | 1001010 | 1000001 |
Color Harmonies of #A0E866
Complementary color
Monochromatic Colors of #A0E866
Black with #A0E866
Text Example
Text Example
White with #A0E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E866; }
p { color: rgb(160,232,102); }
H1.HeaderClassName
{
color: #A0E866;
}
.AnyTagClassName
{
color: #A0E866;
}
</style>
background-color css
<style>
a { background-color: #A0E866; }
a { background-color: rgb(160,232,102); }
div.DivClassName
{
background-color: #A0E866;
}
.BgClassName
{
background-color: #A0E866;
}
</style>
border-color css
<style>
span { border-color: #A0E866; }
span { border-color: rgb(160,232,102); }
td.TdClassName
{
border-color: #A0E866;
}
.TagClassName
{
border-color: #A0E866;
}
</style>