Shades of Conifer #A3E261
Tints of Conifer #A3E261
RGB
CMYK
RGB Variations
Color information
#A3E261 (or 0xA3E261) is known color: Conifer. HEX triplet: A3, E2 and 61. RGB value is (163,226,97). Sum of RGB (Red+Green+Blue) = 163+226+97=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E261 is #5C1D9E. Grayscale: #C0C0C0. Windows color (decimal): -6036895 or 6415011. OLE color: 6415011.
HSL color Cylindrical-coordinate representation of color #A3E261: hue angle of 89.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3E261 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 97 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.11 |
| HSL | 89.3º | 0.69% | 0.63% | - |
| HSV(B) | 89.3º | 0.57% | 0.89% | - |
| XYZ | 44.46 | 63.04 | 21.13 | - |
| YUV | 192.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 97 | 0.28 | 0 | 0.57 | 0.11 | 89.3 | 0.69 | 0.63 |
| Hex | A3 | E2 | 61 | 1C | 0 | 39 | B | 59 | 45 | 3F |
| Octal | 243 | 342 | 141 | 34 | 0 | 71 | 13 | 131 | 105 | 77 |
| Binary | 10100011 | 11100010 | 1100001 | 11100 | 0 | 111001 | 1011 | 1011001 | 1000101 | 111111 |
Color Harmonies of #A3E261
Complementary color
Monochromatic Colors of #A3E261
Black with #A3E261
Text Example
Text Example
White with #A3E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E261; }
p { color: rgb(163,226,97); }
H1.HeaderClassName
{
color: #A3E261;
}
.AnyTagClassName
{
color: #A3E261;
}
</style>
background-color css
<style>
a { background-color: #A3E261; }
a { background-color: rgb(163,226,97); }
div.DivClassName
{
background-color: #A3E261;
}
.BgClassName
{
background-color: #A3E261;
}
</style>
border-color css
<style>
span { border-color: #A3E261; }
span { border-color: rgb(163,226,97); }
td.TdClassName
{
border-color: #A3E261;
}
.TagClassName
{
border-color: #A3E261;
}
</style>