Shades of Conifer #A1E566
Tints of Conifer #A1E566
RGB
CMYK
RGB Variations
Color information
#A1E566 (or 0xA1E566) is known color: Conifer. HEX triplet: A1, E5 and 66. RGB value is (161,229,102). Sum of RGB (Red+Green+Blue) = 161+229+102=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E566 is #5E1A99. Grayscale: #C2C2C2. Windows color (decimal): -6167194 or 6743457. OLE color: 6743457.
HSL color Cylindrical-coordinate representation of color #A1E566: hue angle of 92.13º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1E566 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 102 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.10 |
| HSL | 92.13º | 0.71% | 0.65% | - |
| HSV(B) | 92.13º | 0.55% | 0.9% | - |
| XYZ | 45.12 | 64.58 | 22.66 | - |
| YUV | 194.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 102 | 0.30 | 0 | 0.55 | 0.10 | 92.13 | 0.71 | 0.65 |
| Hex | A1 | E5 | 66 | 1E | 0 | 37 | A | 5C | 47 | 41 |
| Octal | 241 | 345 | 146 | 36 | 0 | 67 | 12 | 134 | 107 | 101 |
| Binary | 10100001 | 11100101 | 1100110 | 11110 | 0 | 110111 | 1010 | 1011100 | 1000111 | 1000001 |
Color Harmonies of #A1E566
Complementary color
Monochromatic Colors of #A1E566
Black with #A1E566
Text Example
Text Example
White with #A1E566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E566; }
p { color: rgb(161,229,102); }
H1.HeaderClassName
{
color: #A1E566;
}
.AnyTagClassName
{
color: #A1E566;
}
</style>
background-color css
<style>
a { background-color: #A1E566; }
a { background-color: rgb(161,229,102); }
div.DivClassName
{
background-color: #A1E566;
}
.BgClassName
{
background-color: #A1E566;
}
</style>
border-color css
<style>
span { border-color: #A1E566; }
span { border-color: rgb(161,229,102); }
td.TdClassName
{
border-color: #A1E566;
}
.TagClassName
{
border-color: #A1E566;
}
</style>