Shades of Conifer #A1E056
Tints of Conifer #A1E056
RGB
CMYK
RGB Variations
Color information
#A1E056 (or 0xA1E056) is known color: Conifer. HEX triplet: A1, E0 and 56. RGB value is (161,224,86). Sum of RGB (Red+Green+Blue) = 161+224+86=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E056 is #5E1FA9. Grayscale: #BDBDBD. Windows color (decimal): -6168490 or 5693601. OLE color: 5693601.
HSL color Cylindrical-coordinate representation of color #A1E056: hue angle of 87.39º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1E056 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 86 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.12 |
| HSL | 87.39º | 0.69% | 0.61% | - |
| HSV(B) | 87.39º | 0.62% | 0.88% | - |
| XYZ | 43.03 | 61.56 | 18.42 | - |
| YUV | 189.43 | 69.63 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 86 | 0.28 | 0 | 0.62 | 0.12 | 87.39 | 0.69 | 0.61 |
| Hex | A1 | E0 | 56 | 1C | 0 | 3E | C | 57 | 45 | 3D |
| Octal | 241 | 340 | 126 | 34 | 0 | 76 | 14 | 127 | 105 | 75 |
| Binary | 10100001 | 11100000 | 1010110 | 11100 | 0 | 111110 | 1100 | 1010111 | 1000101 | 111101 |
Color Harmonies of #A1E056
Complementary color
Monochromatic Colors of #A1E056
Black with #A1E056
Text Example
Text Example
White with #A1E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E056; }
p { color: rgb(161,224,86); }
H1.HeaderClassName
{
color: #A1E056;
}
.AnyTagClassName
{
color: #A1E056;
}
</style>
background-color css
<style>
a { background-color: #A1E056; }
a { background-color: rgb(161,224,86); }
div.DivClassName
{
background-color: #A1E056;
}
.BgClassName
{
background-color: #A1E056;
}
</style>
border-color css
<style>
span { border-color: #A1E056; }
span { border-color: rgb(161,224,86); }
td.TdClassName
{
border-color: #A1E056;
}
.TagClassName
{
border-color: #A1E056;
}
</style>