Shades of Conifer #A1E55A
Tints of Conifer #A1E55A
RGB
CMYK
RGB Variations
Color information
#A1E55A (or 0xA1E55A) is known color: Conifer. HEX triplet: A1, E5 and 5A. RGB value is (161,229,90). Sum of RGB (Red+Green+Blue) = 161+229+90=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E55A is #5E1AA5. Grayscale: #C1C1C1. Windows color (decimal): -6167206 or 5957025. OLE color: 5957025.
HSL color Cylindrical-coordinate representation of color #A1E55A: hue angle of 89.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E55A is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 90 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.10 |
| HSL | 89.35º | 0.73% | 0.63% | - |
| HSV(B) | 89.35º | 0.61% | 0.9% | - |
| XYZ | 44.56 | 64.35 | 19.75 | - |
| YUV | 192.82 | 69.97 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 90 | 0.30 | 0 | 0.61 | 0.10 | 89.35 | 0.73 | 0.63 |
| Hex | A1 | E5 | 5A | 1E | 0 | 3D | A | 59 | 49 | 3F |
| Octal | 241 | 345 | 132 | 36 | 0 | 75 | 12 | 131 | 111 | 77 |
| Binary | 10100001 | 11100101 | 1011010 | 11110 | 0 | 111101 | 1010 | 1011001 | 1001001 | 111111 |
Color Harmonies of #A1E55A
Complementary color
Monochromatic Colors of #A1E55A
Black with #A1E55A
Text Example
Text Example
White with #A1E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E55A; }
p { color: rgb(161,229,90); }
H1.HeaderClassName
{
color: #A1E55A;
}
.AnyTagClassName
{
color: #A1E55A;
}
</style>
background-color css
<style>
a { background-color: #A1E55A; }
a { background-color: rgb(161,229,90); }
div.DivClassName
{
background-color: #A1E55A;
}
.BgClassName
{
background-color: #A1E55A;
}
</style>
border-color css
<style>
span { border-color: #A1E55A; }
span { border-color: rgb(161,229,90); }
td.TdClassName
{
border-color: #A1E55A;
}
.TagClassName
{
border-color: #A1E55A;
}
</style>