Shades of Conifer #A1E661
Tints of Conifer #A1E661
RGB
CMYK
RGB Variations
Color information
#A1E661 (or 0xA1E661) is known color: Conifer. HEX triplet: A1, E6 and 61. RGB value is (161,230,97). Sum of RGB (Red+Green+Blue) = 161+230+97=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E661 is #5E199E. Grayscale: #C2C2C2. Windows color (decimal): -6166943 or 6416033. OLE color: 6416033.
HSL color Cylindrical-coordinate representation of color #A1E661: hue angle of 91.13º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1E661 is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 97 | - |
| CMYK | 0.3 | 0 | 0.58 | 0.10 |
| HSL | 91.13º | 0.73% | 0.64% | - |
| HSV(B) | 91.13º | 0.58% | 0.9% | - |
| XYZ | 45.15 | 65.03 | 21.48 | - |
| YUV | 194.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 97 | 0.3 | 0 | 0.58 | 0.10 | 91.13 | 0.73 | 0.64 |
| Hex | A1 | E6 | 61 | 1E | 0 | 3A | A | 5B | 49 | 40 |
| Octal | 241 | 346 | 141 | 36 | 0 | 72 | 12 | 133 | 111 | 100 |
| Binary | 10100001 | 11100110 | 1100001 | 11110 | 0 | 111010 | 1010 | 1011011 | 1001001 | 1000000 |
Color Harmonies of #A1E661
Complementary color
Monochromatic Colors of #A1E661
Black with #A1E661
Text Example
Text Example
White with #A1E661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E661; }
p { color: rgb(161,230,97); }
H1.HeaderClassName
{
color: #A1E661;
}
.AnyTagClassName
{
color: #A1E661;
}
</style>
background-color css
<style>
a { background-color: #A1E661; }
a { background-color: rgb(161,230,97); }
div.DivClassName
{
background-color: #A1E661;
}
.BgClassName
{
background-color: #A1E661;
}
</style>
border-color css
<style>
span { border-color: #A1E661; }
span { border-color: rgb(161,230,97); }
td.TdClassName
{
border-color: #A1E661;
}
.TagClassName
{
border-color: #A1E661;
}
</style>