Shades of Conifer #A1EE56
Tints of Conifer #A1EE56
RGB
CMYK
RGB Variations
Color information
#A1EE56 (or 0xA1EE56) is known color: Conifer. HEX triplet: A1, EE and 56. RGB value is (161,238,86). Sum of RGB (Red+Green+Blue) = 161+238+86=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE56 is #5E11A9. Grayscale: #C6C6C6. Windows color (decimal): -6164906 or 5697185. OLE color: 5697185.
HSL color Cylindrical-coordinate representation of color #A1EE56: hue angle of 90.39º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1EE56 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 86 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.07 |
| HSL | 90.39º | 0.82% | 0.64% | - |
| HSV(B) | 90.39º | 0.64% | 0.93% | - |
| XYZ | 46.95 | 69.4 | 19.72 | - |
| YUV | 197.65 | 64.99 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 86 | 0.32 | 0 | 0.64 | 0.07 | 90.39 | 0.82 | 0.64 |
| Hex | A1 | EE | 56 | 20 | 0 | 40 | 7 | 5A | 52 | 40 |
| Octal | 241 | 356 | 126 | 40 | 0 | 100 | 7 | 132 | 122 | 100 |
| Binary | 10100001 | 11101110 | 1010110 | 100000 | 0 | 1000000 | 111 | 1011010 | 1010010 | 1000000 |
Color Harmonies of #A1EE56
Complementary color
Monochromatic Colors of #A1EE56
Black with #A1EE56
Text Example
Text Example
White with #A1EE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE56; }
p { color: rgb(161,238,86); }
H1.HeaderClassName
{
color: #A1EE56;
}
.AnyTagClassName
{
color: #A1EE56;
}
</style>
background-color css
<style>
a { background-color: #A1EE56; }
a { background-color: rgb(161,238,86); }
div.DivClassName
{
background-color: #A1EE56;
}
.BgClassName
{
background-color: #A1EE56;
}
</style>
border-color css
<style>
span { border-color: #A1EE56; }
span { border-color: rgb(161,238,86); }
td.TdClassName
{
border-color: #A1EE56;
}
.TagClassName
{
border-color: #A1EE56;
}
</style>