Shades of Conifer #A3E061
Tints of Conifer #A3E061
RGB
CMYK
RGB Variations
Color information
#A3E061 (or 0xA3E061) is known color: Conifer. HEX triplet: A3, E0 and 61. RGB value is (163,224,97). Sum of RGB (Red+Green+Blue) = 163+224+97=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E061 is #5C1F9E. Grayscale: #BFBFBF. Windows color (decimal): -6037407 or 6414499. OLE color: 6414499.
HSL color Cylindrical-coordinate representation of color #A3E061: hue angle of 88.82º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3E061 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 97 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.12 |
| HSL | 88.82º | 0.67% | 0.63% | - |
| HSV(B) | 88.82º | 0.57% | 0.88% | - |
| XYZ | 43.92 | 61.96 | 20.95 | - |
| YUV | 191.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 97 | 0.27 | 0 | 0.57 | 0.12 | 88.82 | 0.67 | 0.63 |
| Hex | A3 | E0 | 61 | 1B | 0 | 39 | C | 59 | 43 | 3F |
| Octal | 243 | 340 | 141 | 33 | 0 | 71 | 14 | 131 | 103 | 77 |
| Binary | 10100011 | 11100000 | 1100001 | 11011 | 0 | 111001 | 1100 | 1011001 | 1000011 | 111111 |
Color Harmonies of #A3E061
Complementary color
Monochromatic Colors of #A3E061
Black with #A3E061
Text Example
Text Example
White with #A3E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E061; }
p { color: rgb(163,224,97); }
H1.HeaderClassName
{
color: #A3E061;
}
.AnyTagClassName
{
color: #A3E061;
}
</style>
background-color css
<style>
a { background-color: #A3E061; }
a { background-color: rgb(163,224,97); }
div.DivClassName
{
background-color: #A3E061;
}
.BgClassName
{
background-color: #A3E061;
}
</style>
border-color css
<style>
span { border-color: #A3E061; }
span { border-color: rgb(163,224,97); }
td.TdClassName
{
border-color: #A3E061;
}
.TagClassName
{
border-color: #A3E061;
}
</style>