Shades of Conifer #A1E85F
Tints of Conifer #A1E85F
RGB
CMYK
RGB Variations
Color information
#A1E85F (or 0xA1E85F) is known color: Conifer. HEX triplet: A1, E8 and 5F. RGB value is (161,232,95). Sum of RGB (Red+Green+Blue) = 161+232+95=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E85F is #5E17A0. Grayscale: #C3C3C3. Windows color (decimal): -6166433 or 6285473. OLE color: 6285473.
HSL color Cylindrical-coordinate representation of color #A1E85F: hue angle of 91.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1E85F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 95 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.09 |
| HSL | 91.09º | 0.75% | 0.64% | - |
| HSV(B) | 91.09º | 0.59% | 0.91% | - |
| XYZ | 45.62 | 66.12 | 21.18 | - |
| YUV | 195.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 95 | 0.31 | 0 | 0.59 | 0.09 | 91.09 | 0.75 | 0.64 |
| Hex | A1 | E8 | 5F | 1F | 0 | 3B | 9 | 5B | 4B | 40 |
| Octal | 241 | 350 | 137 | 37 | 0 | 73 | 11 | 133 | 113 | 100 |
| Binary | 10100001 | 11101000 | 1011111 | 11111 | 0 | 111011 | 1001 | 1011011 | 1001011 | 1000000 |
Color Harmonies of #A1E85F
Complementary color
Monochromatic Colors of #A1E85F
Black with #A1E85F
Text Example
Text Example
White with #A1E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E85F; }
p { color: rgb(161,232,95); }
H1.HeaderClassName
{
color: #A1E85F;
}
.AnyTagClassName
{
color: #A1E85F;
}
</style>
background-color css
<style>
a { background-color: #A1E85F; }
a { background-color: rgb(161,232,95); }
div.DivClassName
{
background-color: #A1E85F;
}
.BgClassName
{
background-color: #A1E85F;
}
</style>
border-color css
<style>
span { border-color: #A1E85F; }
span { border-color: rgb(161,232,95); }
td.TdClassName
{
border-color: #A1E85F;
}
.TagClassName
{
border-color: #A1E85F;
}
</style>