Shades of Conifer #A1E460
Tints of Conifer #A1E460
RGB
CMYK
RGB Variations
Color information
#A1E460 (or 0xA1E460) is known color: Conifer. HEX triplet: A1, E4 and 60. RGB value is (161,228,96). Sum of RGB (Red+Green+Blue) = 161+228+96=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E460 is #5E1B9F. Grayscale: #C1C1C1. Windows color (decimal): -6167456 or 6349985. OLE color: 6349985.
HSL color Cylindrical-coordinate representation of color #A1E460: hue angle of 90.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1E460 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 96 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.11 |
| HSL | 90.45º | 0.71% | 0.64% | - |
| HSV(B) | 90.45º | 0.58% | 0.89% | - |
| XYZ | 44.55 | 63.91 | 21.05 | - |
| YUV | 192.92 | 73.3 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 96 | 0.29 | 0 | 0.58 | 0.11 | 90.45 | 0.71 | 0.64 |
| Hex | A1 | E4 | 60 | 1D | 0 | 3A | B | 5A | 47 | 40 |
| Octal | 241 | 344 | 140 | 35 | 0 | 72 | 13 | 132 | 107 | 100 |
| Binary | 10100001 | 11100100 | 1100000 | 11101 | 0 | 111010 | 1011 | 1011010 | 1000111 | 1000000 |
Color Harmonies of #A1E460
Complementary color
Monochromatic Colors of #A1E460
Black with #A1E460
Text Example
Text Example
White with #A1E460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E460; }
p { color: rgb(161,228,96); }
H1.HeaderClassName
{
color: #A1E460;
}
.AnyTagClassName
{
color: #A1E460;
}
</style>
background-color css
<style>
a { background-color: #A1E460; }
a { background-color: rgb(161,228,96); }
div.DivClassName
{
background-color: #A1E460;
}
.BgClassName
{
background-color: #A1E460;
}
</style>
border-color css
<style>
span { border-color: #A1E460; }
span { border-color: rgb(161,228,96); }
td.TdClassName
{
border-color: #A1E460;
}
.TagClassName
{
border-color: #A1E460;
}
</style>