Shades of Conifer #A1E965
Tints of Conifer #A1E965
RGB
CMYK
RGB Variations
Color information
#A1E965 (or 0xA1E965) is known color: Conifer. HEX triplet: A1, E9 and 65. RGB value is (161,233,101). Sum of RGB (Red+Green+Blue) = 161+233+101=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E965 is #5E169A. Grayscale: #C4C4C4. Windows color (decimal): -6166171 or 6678945. OLE color: 6678945.
HSL color Cylindrical-coordinate representation of color #A1E965: hue angle of 92.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1E965 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 101 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.09 |
| HSL | 92.73º | 0.75% | 0.65% | - |
| HSV(B) | 92.73º | 0.57% | 0.91% | - |
| XYZ | 46.19 | 66.79 | 22.77 | - |
| YUV | 196.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 101 | 0.31 | 0 | 0.57 | 0.09 | 92.73 | 0.75 | 0.65 |
| Hex | A1 | E9 | 65 | 1F | 0 | 39 | 9 | 5D | 4B | 41 |
| Octal | 241 | 351 | 145 | 37 | 0 | 71 | 11 | 135 | 113 | 101 |
| Binary | 10100001 | 11101001 | 1100101 | 11111 | 0 | 111001 | 1001 | 1011101 | 1001011 | 1000001 |
Color Harmonies of #A1E965
Complementary color
Monochromatic Colors of #A1E965
Black with #A1E965
Text Example
Text Example
White with #A1E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E965; }
p { color: rgb(161,233,101); }
H1.HeaderClassName
{
color: #A1E965;
}
.AnyTagClassName
{
color: #A1E965;
}
</style>
background-color css
<style>
a { background-color: #A1E965; }
a { background-color: rgb(161,233,101); }
div.DivClassName
{
background-color: #A1E965;
}
.BgClassName
{
background-color: #A1E965;
}
</style>
border-color css
<style>
span { border-color: #A1E965; }
span { border-color: rgb(161,233,101); }
td.TdClassName
{
border-color: #A1E965;
}
.TagClassName
{
border-color: #A1E965;
}
</style>