Shades of Conifer #A1E963
Tints of Conifer #A1E963
RGB
CMYK
RGB Variations
Color information
#A1E963 (or 0xA1E963) is known color: Conifer. HEX triplet: A1, E9 and 63. RGB value is (161,233,99). Sum of RGB (Red+Green+Blue) = 161+233+99=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E963 is #5E169C. Grayscale: #C4C4C4. Windows color (decimal): -6166173 or 6547873. OLE color: 6547873.
HSL color Cylindrical-coordinate representation of color #A1E963: hue angle of 92.24º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1E963 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 99 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.09 |
| HSL | 92.24º | 0.75% | 0.65% | - |
| HSV(B) | 92.24º | 0.58% | 0.91% | - |
| XYZ | 46.09 | 66.76 | 22.26 | - |
| YUV | 196.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 99 | 0.31 | 0 | 0.58 | 0.09 | 92.24 | 0.75 | 0.65 |
| Hex | A1 | E9 | 63 | 1F | 0 | 3A | 9 | 5C | 4B | 41 |
| Octal | 241 | 351 | 143 | 37 | 0 | 72 | 11 | 134 | 113 | 101 |
| Binary | 10100001 | 11101001 | 1100011 | 11111 | 0 | 111010 | 1001 | 1011100 | 1001011 | 1000001 |
Color Harmonies of #A1E963
Complementary color
Monochromatic Colors of #A1E963
Black with #A1E963
Text Example
Text Example
White with #A1E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E963; }
p { color: rgb(161,233,99); }
H1.HeaderClassName
{
color: #A1E963;
}
.AnyTagClassName
{
color: #A1E963;
}
</style>
background-color css
<style>
a { background-color: #A1E963; }
a { background-color: rgb(161,233,99); }
div.DivClassName
{
background-color: #A1E963;
}
.BgClassName
{
background-color: #A1E963;
}
</style>
border-color css
<style>
span { border-color: #A1E963; }
span { border-color: rgb(161,233,99); }
td.TdClassName
{
border-color: #A1E963;
}
.TagClassName
{
border-color: #A1E963;
}
</style>