Shades of Conifer #A1E556
Tints of Conifer #A1E556
RGB
CMYK
RGB Variations
Color information
#A1E556 (or 0xA1E556) is known color: Conifer. HEX triplet: A1, E5 and 56. RGB value is (161,229,86). Sum of RGB (Red+Green+Blue) = 161+229+86=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E556 is #5E1AA9. Grayscale: #C0C0C0. Windows color (decimal): -6167210 or 5694881. OLE color: 5694881.
HSL color Cylindrical-coordinate representation of color #A1E556: hue angle of 88.53º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1E556 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 86 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.10 |
| HSL | 88.53º | 0.73% | 0.62% | - |
| HSV(B) | 88.53º | 0.62% | 0.9% | - |
| XYZ | 44.4 | 64.29 | 18.87 | - |
| YUV | 192.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 86 | 0.30 | 0 | 0.62 | 0.10 | 88.53 | 0.73 | 0.62 |
| Hex | A1 | E5 | 56 | 1E | 0 | 3E | A | 59 | 49 | 3E |
| Octal | 241 | 345 | 126 | 36 | 0 | 76 | 12 | 131 | 111 | 76 |
| Binary | 10100001 | 11100101 | 1010110 | 11110 | 0 | 111110 | 1010 | 1011001 | 1001001 | 111110 |
Color Harmonies of #A1E556
Complementary color
Monochromatic Colors of #A1E556
Black with #A1E556
Text Example
Text Example
White with #A1E556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E556; }
p { color: rgb(161,229,86); }
H1.HeaderClassName
{
color: #A1E556;
}
.AnyTagClassName
{
color: #A1E556;
}
</style>
background-color css
<style>
a { background-color: #A1E556; }
a { background-color: rgb(161,229,86); }
div.DivClassName
{
background-color: #A1E556;
}
.BgClassName
{
background-color: #A1E556;
}
</style>
border-color css
<style>
span { border-color: #A1E556; }
span { border-color: rgb(161,229,86); }
td.TdClassName
{
border-color: #A1E556;
}
.TagClassName
{
border-color: #A1E556;
}
</style>