Shades of Conifer #A3F656
Tints of Conifer #A3F656
RGB
CMYK
RGB Variations
Color information
#A3F656 (or 0xA3F656) is known color: Conifer. HEX triplet: A3, F6 and 56. RGB value is (163,246,86). Sum of RGB (Red+Green+Blue) = 163+246+86=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F656 is #5C09A9. Grayscale: #CBCBCB. Windows color (decimal): -6031786 or 5699235. OLE color: 5699235.
HSL color Cylindrical-coordinate representation of color #A3F656: hue angle of 91.12º 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 #A3F656 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 86 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.04 |
| HSL | 91.13º | 0.9% | 0.65% | - |
| HSV(B) | 91.13º | 0.65% | 0.96% | - |
| XYZ | 49.74 | 74.37 | 20.54 | - |
| YUV | 202.94 | 62 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 86 | 0.34 | 0 | 0.65 | 0.04 | 91.13 | 0.9 | 0.65 |
| Hex | A3 | F6 | 56 | 22 | 0 | 41 | 4 | 5B | 5A | 41 |
| Octal | 243 | 366 | 126 | 42 | 0 | 101 | 4 | 133 | 132 | 101 |
| Binary | 10100011 | 11110110 | 1010110 | 100010 | 0 | 1000001 | 100 | 1011011 | 1011010 | 1000001 |
Color Harmonies of #A3F656
Complementary color
Monochromatic Colors of #A3F656
Black with #A3F656
Text Example
Text Example
White with #A3F656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F656; }
p { color: rgb(163,246,86); }
H1.HeaderClassName
{
color: #A3F656;
}
.AnyTagClassName
{
color: #A3F656;
}
</style>
background-color css
<style>
a { background-color: #A3F656; }
a { background-color: rgb(163,246,86); }
div.DivClassName
{
background-color: #A3F656;
}
.BgClassName
{
background-color: #A3F656;
}
</style>
border-color css
<style>
span { border-color: #A3F656; }
span { border-color: rgb(163,246,86); }
td.TdClassName
{
border-color: #A3F656;
}
.TagClassName
{
border-color: #A3F656;
}
</style>