Shades of Conifer #A3E461
Tints of Conifer #A3E461
RGB
CMYK
RGB Variations
Color information
#A3E461 (or 0xA3E461) is known color: Conifer. HEX triplet: A3, E4 and 61. RGB value is (163,228,97). Sum of RGB (Red+Green+Blue) = 163+228+97=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E461 is #5C1B9E. Grayscale: #C2C2C2. Windows color (decimal): -6036383 or 6415523. OLE color: 6415523.
HSL color Cylindrical-coordinate representation of color #A3E461: hue angle of 89.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3E461 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 97 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.11 |
| HSL | 89.77º | 0.71% | 0.64% | - |
| HSV(B) | 89.77º | 0.57% | 0.89% | - |
| XYZ | 45.01 | 64.14 | 21.32 | - |
| YUV | 193.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 97 | 0.29 | 0 | 0.57 | 0.11 | 89.77 | 0.71 | 0.64 |
| Hex | A3 | E4 | 61 | 1D | 0 | 39 | B | 5A | 47 | 40 |
| Octal | 243 | 344 | 141 | 35 | 0 | 71 | 13 | 132 | 107 | 100 |
| Binary | 10100011 | 11100100 | 1100001 | 11101 | 0 | 111001 | 1011 | 1011010 | 1000111 | 1000000 |
Color Harmonies of #A3E461
Complementary color
Monochromatic Colors of #A3E461
Black with #A3E461
Text Example
Text Example
White with #A3E461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E461; }
p { color: rgb(163,228,97); }
H1.HeaderClassName
{
color: #A3E461;
}
.AnyTagClassName
{
color: #A3E461;
}
</style>
background-color css
<style>
a { background-color: #A3E461; }
a { background-color: rgb(163,228,97); }
div.DivClassName
{
background-color: #A3E461;
}
.BgClassName
{
background-color: #A3E461;
}
</style>
border-color css
<style>
span { border-color: #A3E461; }
span { border-color: rgb(163,228,97); }
td.TdClassName
{
border-color: #A3E461;
}
.TagClassName
{
border-color: #A3E461;
}
</style>