Shades of Conifer #A1E15B
Tints of Conifer #A1E15B
RGB
CMYK
RGB Variations
Color information
#A1E15B (or 0xA1E15B) is known color: Conifer. HEX triplet: A1, E1 and 5B. RGB value is (161,225,91). Sum of RGB (Red+Green+Blue) = 161+225+91=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E15B is #5E1EA4. Grayscale: #BFBFBF. Windows color (decimal): -6168229 or 6021537. OLE color: 6021537.
HSL color Cylindrical-coordinate representation of color #A1E15B: hue angle of 88.66º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1E15B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 91 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.12 |
| HSL | 88.66º | 0.69% | 0.62% | - |
| HSV(B) | 88.66º | 0.6% | 0.88% | - |
| XYZ | 43.51 | 62.18 | 19.61 | - |
| YUV | 190.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 91 | 0.28 | 0 | 0.60 | 0.12 | 88.66 | 0.69 | 0.62 |
| Hex | A1 | E1 | 5B | 1C | 0 | 3C | C | 59 | 45 | 3E |
| Octal | 241 | 341 | 133 | 34 | 0 | 74 | 14 | 131 | 105 | 76 |
| Binary | 10100001 | 11100001 | 1011011 | 11100 | 0 | 111100 | 1100 | 1011001 | 1000101 | 111110 |
Color Harmonies of #A1E15B
Complementary color
Monochromatic Colors of #A1E15B
Black with #A1E15B
Text Example
Text Example
White with #A1E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E15B; }
p { color: rgb(161,225,91); }
H1.HeaderClassName
{
color: #A1E15B;
}
.AnyTagClassName
{
color: #A1E15B;
}
</style>
background-color css
<style>
a { background-color: #A1E15B; }
a { background-color: rgb(161,225,91); }
div.DivClassName
{
background-color: #A1E15B;
}
.BgClassName
{
background-color: #A1E15B;
}
</style>
border-color css
<style>
span { border-color: #A1E15B; }
span { border-color: rgb(161,225,91); }
td.TdClassName
{
border-color: #A1E15B;
}
.TagClassName
{
border-color: #A1E15B;
}
</style>