Shades of Conifer #A3E155
Tints of Conifer #A3E155
RGB
CMYK
RGB Variations
Color information
#A3E155 (or 0xA3E155) is known color: Conifer. HEX triplet: A3, E1 and 55. RGB value is (163,225,85). Sum of RGB (Red+Green+Blue) = 163+225+85=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E155 is #5C1EAA. Grayscale: #BFBFBF. Windows color (decimal): -6037163 or 5628323. OLE color: 5628323.
HSL color Cylindrical-coordinate representation of color #A3E155: hue angle of 86.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3E155 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 85 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.12 |
| HSL | 86.57º | 0.7% | 0.61% | - |
| HSV(B) | 86.57º | 0.62% | 0.88% | - |
| XYZ | 43.67 | 62.29 | 18.32 | - |
| YUV | 190.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 85 | 0.28 | 0 | 0.62 | 0.12 | 86.57 | 0.7 | 0.61 |
| Hex | A3 | E1 | 55 | 1C | 0 | 3E | C | 57 | 46 | 3D |
| Octal | 243 | 341 | 125 | 34 | 0 | 76 | 14 | 127 | 106 | 75 |
| Binary | 10100011 | 11100001 | 1010101 | 11100 | 0 | 111110 | 1100 | 1010111 | 1000110 | 111101 |
Color Harmonies of #A3E155
Complementary color
Monochromatic Colors of #A3E155
Black with #A3E155
Text Example
Text Example
White with #A3E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E155; }
p { color: rgb(163,225,85); }
H1.HeaderClassName
{
color: #A3E155;
}
.AnyTagClassName
{
color: #A3E155;
}
</style>
background-color css
<style>
a { background-color: #A3E155; }
a { background-color: rgb(163,225,85); }
div.DivClassName
{
background-color: #A3E155;
}
.BgClassName
{
background-color: #A3E155;
}
</style>
border-color css
<style>
span { border-color: #A3E155; }
span { border-color: rgb(163,225,85); }
td.TdClassName
{
border-color: #A3E155;
}
.TagClassName
{
border-color: #A3E155;
}
</style>