Shades of Conifer #A1E358
Tints of Conifer #A1E358
RGB
CMYK
RGB Variations
Color information
#A1E358 (or 0xA1E358) is known color: Conifer. HEX triplet: A1, E3 and 58. RGB value is (161,227,88). Sum of RGB (Red+Green+Blue) = 161+227+88=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E358 is #5E1CA7. Grayscale: #BFBFBF. Windows color (decimal): -6167720 or 5825441. OLE color: 5825441.
HSL color Cylindrical-coordinate representation of color #A1E358: hue angle of 88.49º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E358 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 88 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.11 |
| HSL | 88.49º | 0.71% | 0.62% | - |
| HSV(B) | 88.49º | 0.61% | 0.89% | - |
| XYZ | 43.93 | 63.22 | 19.12 | - |
| YUV | 191.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 88 | 0.29 | 0 | 0.61 | 0.11 | 88.49 | 0.71 | 0.62 |
| Hex | A1 | E3 | 58 | 1D | 0 | 3D | B | 58 | 47 | 3E |
| Octal | 241 | 343 | 130 | 35 | 0 | 75 | 13 | 130 | 107 | 76 |
| Binary | 10100001 | 11100011 | 1011000 | 11101 | 0 | 111101 | 1011 | 1011000 | 1000111 | 111110 |
Color Harmonies of #A1E358
Complementary color
Monochromatic Colors of #A1E358
Black with #A1E358
Text Example
Text Example
White with #A1E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E358; }
p { color: rgb(161,227,88); }
H1.HeaderClassName
{
color: #A1E358;
}
.AnyTagClassName
{
color: #A1E358;
}
</style>
background-color css
<style>
a { background-color: #A1E358; }
a { background-color: rgb(161,227,88); }
div.DivClassName
{
background-color: #A1E358;
}
.BgClassName
{
background-color: #A1E358;
}
</style>
border-color css
<style>
span { border-color: #A1E358; }
span { border-color: rgb(161,227,88); }
td.TdClassName
{
border-color: #A1E358;
}
.TagClassName
{
border-color: #A1E358;
}
</style>