Shades of Conifer #A1E360
Tints of Conifer #A1E360
RGB
CMYK
RGB Variations
Color information
#A1E360 (or 0xA1E360) is known color: Conifer. HEX triplet: A1, E3 and 60. RGB value is (161,227,96). Sum of RGB (Red+Green+Blue) = 161+227+96=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E360 is #5E1C9F. Grayscale: #C0C0C0. Windows color (decimal): -6167712 or 6349729. OLE color: 6349729.
HSL color Cylindrical-coordinate representation of color #A1E360: hue angle of 90.23º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1E360 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 96 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.11 |
| HSL | 90.23º | 0.7% | 0.63% | - |
| HSV(B) | 90.23º | 0.58% | 0.89% | - |
| XYZ | 44.28 | 63.36 | 20.96 | - |
| YUV | 192.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 96 | 0.29 | 0 | 0.58 | 0.11 | 90.23 | 0.7 | 0.63 |
| Hex | A1 | E3 | 60 | 1D | 0 | 3A | B | 5A | 46 | 3F |
| Octal | 241 | 343 | 140 | 35 | 0 | 72 | 13 | 132 | 106 | 77 |
| Binary | 10100001 | 11100011 | 1100000 | 11101 | 0 | 111010 | 1011 | 1011010 | 1000110 | 111111 |
Color Harmonies of #A1E360
Complementary color
Monochromatic Colors of #A1E360
Black with #A1E360
Text Example
Text Example
White with #A1E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E360; }
p { color: rgb(161,227,96); }
H1.HeaderClassName
{
color: #A1E360;
}
.AnyTagClassName
{
color: #A1E360;
}
</style>
background-color css
<style>
a { background-color: #A1E360; }
a { background-color: rgb(161,227,96); }
div.DivClassName
{
background-color: #A1E360;
}
.BgClassName
{
background-color: #A1E360;
}
</style>
border-color css
<style>
span { border-color: #A1E360; }
span { border-color: rgb(161,227,96); }
td.TdClassName
{
border-color: #A1E360;
}
.TagClassName
{
border-color: #A1E360;
}
</style>