Shades of Conifer #A1E55F
Tints of Conifer #A1E55F
RGB
CMYK
RGB Variations
Color information
#A1E55F (or 0xA1E55F) is known color: Conifer. HEX triplet: A1, E5 and 5F. RGB value is (161,229,95). Sum of RGB (Red+Green+Blue) = 161+229+95=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E55F is #5E1AA0. Grayscale: #C1C1C1. Windows color (decimal): -6167201 or 6284705. OLE color: 6284705.
HSL color Cylindrical-coordinate representation of color #A1E55F: hue angle of 90.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1E55F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 95 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.10 |
| HSL | 90.45º | 0.72% | 0.64% | - |
| HSV(B) | 90.45º | 0.59% | 0.9% | - |
| XYZ | 44.78 | 64.44 | 20.9 | - |
| YUV | 193.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 95 | 0.30 | 0 | 0.59 | 0.10 | 90.45 | 0.72 | 0.64 |
| Hex | A1 | E5 | 5F | 1E | 0 | 3B | A | 5A | 48 | 40 |
| Octal | 241 | 345 | 137 | 36 | 0 | 73 | 12 | 132 | 110 | 100 |
| Binary | 10100001 | 11100101 | 1011111 | 11110 | 0 | 111011 | 1010 | 1011010 | 1001000 | 1000000 |
Color Harmonies of #A1E55F
Complementary color
Monochromatic Colors of #A1E55F
Black with #A1E55F
Text Example
Text Example
White with #A1E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E55F; }
p { color: rgb(161,229,95); }
H1.HeaderClassName
{
color: #A1E55F;
}
.AnyTagClassName
{
color: #A1E55F;
}
</style>
background-color css
<style>
a { background-color: #A1E55F; }
a { background-color: rgb(161,229,95); }
div.DivClassName
{
background-color: #A1E55F;
}
.BgClassName
{
background-color: #A1E55F;
}
</style>
border-color css
<style>
span { border-color: #A1E55F; }
span { border-color: rgb(161,229,95); }
td.TdClassName
{
border-color: #A1E55F;
}
.TagClassName
{
border-color: #A1E55F;
}
</style>