Shades of Conifer #A3FF56
Tints of Conifer #A3FF56
RGB
CMYK
RGB Variations
Color information
#A3FF56 (or 0xA3FF56) is known color: Conifer. HEX triplet: A3, FF and 56. RGB value is (163,255,86). Sum of RGB (Red+Green+Blue) = 163+255+86=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FF56 is #5C00A9. Grayscale: #D0D0D0. Windows color (decimal): -6029482 or 5701539. OLE color: 5701539.
HSL color Cylindrical-coordinate representation of color #A3FF56: hue angle of 92.66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3FF56 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 86 | - |
| CMYK | 0.36 | 0 | 0.66 | 0 |
| HSL | 92.66º | 1% | 0.67% | - |
| HSV(B) | 92.66º | 0.66% | 1% | - |
| XYZ | 52.54 | 79.98 | 21.47 | - |
| YUV | 208.23 | 59.02 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 86 | 0.36 | 0 | 0.66 | 0 | 92.66 | 1 | 0.67 |
| Hex | A3 | FF | 56 | 24 | 0 | 42 | 0 | 5D | 64 | 43 |
| Octal | 243 | 377 | 126 | 44 | 0 | 102 | 0 | 135 | 144 | 103 |
| Binary | 10100011 | 11111111 | 1010110 | 100100 | 0 | 1000010 | 0 | 1011101 | 1100100 | 1000011 |
Color Harmonies of #A3FF56
Complementary color
Monochromatic Colors of #A3FF56
Black with #A3FF56
Text Example
Text Example
White with #A3FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FF56; }
p { color: rgb(163,255,86); }
H1.HeaderClassName
{
color: #A3FF56;
}
.AnyTagClassName
{
color: #A3FF56;
}
</style>
background-color css
<style>
a { background-color: #A3FF56; }
a { background-color: rgb(163,255,86); }
div.DivClassName
{
background-color: #A3FF56;
}
.BgClassName
{
background-color: #A3FF56;
}
</style>
border-color css
<style>
span { border-color: #A3FF56; }
span { border-color: rgb(163,255,86); }
td.TdClassName
{
border-color: #A3FF56;
}
.TagClassName
{
border-color: #A3FF56;
}
</style>