Shades of Conifer #A1F656
Tints of Conifer #A1F656
RGB
CMYK
RGB Variations
Color information
#A1F656 (or 0xA1F656) is known color: Conifer. HEX triplet: A1, F6 and 56. RGB value is (161,246,86). Sum of RGB (Red+Green+Blue) = 161+246+86=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F656 is #5E09A9. Grayscale: #CACACA. Windows color (decimal): -6162858 or 5699233. OLE color: 5699233.
HSL color Cylindrical-coordinate representation of color #A1F656: hue angle of 91.88º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1F656 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 86 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.04 |
| HSL | 91.88º | 0.9% | 0.65% | - |
| HSV(B) | 91.88º | 0.65% | 0.96% | - |
| XYZ | 49.33 | 74.16 | 20.52 | - |
| YUV | 202.35 | 62.34 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 86 | 0.35 | 0 | 0.65 | 0.04 | 91.88 | 0.9 | 0.65 |
| Hex | A1 | F6 | 56 | 23 | 0 | 41 | 4 | 5C | 5A | 41 |
| Octal | 241 | 366 | 126 | 43 | 0 | 101 | 4 | 134 | 132 | 101 |
| Binary | 10100001 | 11110110 | 1010110 | 100011 | 0 | 1000001 | 100 | 1011100 | 1011010 | 1000001 |
Color Harmonies of #A1F656
Complementary color
Monochromatic Colors of #A1F656
Black with #A1F656
Text Example
Text Example
White with #A1F656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F656; }
p { color: rgb(161,246,86); }
H1.HeaderClassName
{
color: #A1F656;
}
.AnyTagClassName
{
color: #A1F656;
}
</style>
background-color css
<style>
a { background-color: #A1F656; }
a { background-color: rgb(161,246,86); }
div.DivClassName
{
background-color: #A1F656;
}
.BgClassName
{
background-color: #A1F656;
}
</style>
border-color css
<style>
span { border-color: #A1F656; }
span { border-color: rgb(161,246,86); }
td.TdClassName
{
border-color: #A1F656;
}
.TagClassName
{
border-color: #A1F656;
}
</style>