Shades of Conifer #A3E955
Tints of Conifer #A3E955
RGB
CMYK
RGB Variations
Color information
#A3E955 (or 0xA3E955) is known color: Conifer. HEX triplet: A3, E9 and 55. RGB value is (163,233,85). Sum of RGB (Red+Green+Blue) = 163+233+85=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E955 is #5C16AA. Grayscale: #C3C3C3. Windows color (decimal): -6035115 or 5630371. OLE color: 5630371.
HSL color Cylindrical-coordinate representation of color #A3E955: hue angle of 88.38º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3E955 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 233 | 85 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.09 |
| HSL | 88.38º | 0.77% | 0.62% | - |
| HSV(B) | 88.38º | 0.64% | 0.91% | - |
| XYZ | 45.88 | 66.72 | 19.05 | - |
| YUV | 195.2 | 65.81 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 233 | 85 | 0.30 | 0 | 0.64 | 0.09 | 88.38 | 0.77 | 0.62 |
| Hex | A3 | E9 | 55 | 1E | 0 | 40 | 9 | 58 | 4D | 3E |
| Octal | 243 | 351 | 125 | 36 | 0 | 100 | 11 | 130 | 115 | 76 |
| Binary | 10100011 | 11101001 | 1010101 | 11110 | 0 | 1000000 | 1001 | 1011000 | 1001101 | 111110 |
Color Harmonies of #A3E955
Complementary color
Monochromatic Colors of #A3E955
Black with #A3E955
Text Example
Text Example
White with #A3E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E955; }
p { color: rgb(163,233,85); }
H1.HeaderClassName
{
color: #A3E955;
}
.AnyTagClassName
{
color: #A3E955;
}
</style>
background-color css
<style>
a { background-color: #A3E955; }
a { background-color: rgb(163,233,85); }
div.DivClassName
{
background-color: #A3E955;
}
.BgClassName
{
background-color: #A3E955;
}
</style>
border-color css
<style>
span { border-color: #A3E955; }
span { border-color: rgb(163,233,85); }
td.TdClassName
{
border-color: #A3E955;
}
.TagClassName
{
border-color: #A3E955;
}
</style>