Shades of Conifer #A1E866
Tints of Conifer #A1E866
RGB
CMYK
RGB Variations
Color information
#A1E866 (or 0xA1E866) is known color: Conifer. HEX triplet: A1, E8 and 66. RGB value is (161,232,102). Sum of RGB (Red+Green+Blue) = 161+232+102=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E866 is #5E1799. Grayscale: #C4C4C4. Windows color (decimal): -6166426 or 6744225. OLE color: 6744225.
HSL color Cylindrical-coordinate representation of color #A1E866: hue angle of 92.77º 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 #A1E866 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 102 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.09 |
| HSL | 92.77º | 0.74% | 0.65% | - |
| HSV(B) | 92.77º | 0.56% | 0.91% | - |
| XYZ | 45.95 | 66.25 | 22.94 | - |
| YUV | 195.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 102 | 0.31 | 0 | 0.56 | 0.09 | 92.77 | 0.74 | 0.65 |
| Hex | A1 | E8 | 66 | 1F | 0 | 38 | 9 | 5D | 4A | 41 |
| Octal | 241 | 350 | 146 | 37 | 0 | 70 | 11 | 135 | 112 | 101 |
| Binary | 10100001 | 11101000 | 1100110 | 11111 | 0 | 111000 | 1001 | 1011101 | 1001010 | 1000001 |
Color Harmonies of #A1E866
Complementary color
Monochromatic Colors of #A1E866
Black with #A1E866
Text Example
Text Example
White with #A1E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E866; }
p { color: rgb(161,232,102); }
H1.HeaderClassName
{
color: #A1E866;
}
.AnyTagClassName
{
color: #A1E866;
}
</style>
background-color css
<style>
a { background-color: #A1E866; }
a { background-color: rgb(161,232,102); }
div.DivClassName
{
background-color: #A1E866;
}
.BgClassName
{
background-color: #A1E866;
}
</style>
border-color css
<style>
span { border-color: #A1E866; }
span { border-color: rgb(161,232,102); }
td.TdClassName
{
border-color: #A1E866;
}
.TagClassName
{
border-color: #A1E866;
}
</style>