Shades of Conifer #A3D661
Tints of Conifer #A3D661
RGB
CMYK
RGB Variations
Color information
#A3D661 (or 0xA3D661) is known color: Conifer. HEX triplet: A3, D6 and 61. RGB value is (163,214,97). Sum of RGB (Red+Green+Blue) = 163+214+97=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D661 is #5C299E. Grayscale: #B9B9B9. Windows color (decimal): -6039967 or 6411939. OLE color: 6411939.
HSL color Cylindrical-coordinate representation of color #A3D661: hue angle of 86.15º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3D661 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 214 | 97 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.16 |
| HSL | 86.15º | 0.59% | 0.61% | - |
| HSV(B) | 86.15º | 0.55% | 0.84% | - |
| XYZ | 41.31 | 56.74 | 20.08 | - |
| YUV | 185.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 214 | 97 | 0.24 | 0 | 0.55 | 0.16 | 86.15 | 0.59 | 0.61 |
| Hex | A3 | D6 | 61 | 18 | 0 | 37 | 10 | 56 | 3B | 3D |
| Octal | 243 | 326 | 141 | 30 | 0 | 67 | 20 | 126 | 73 | 75 |
| Binary | 10100011 | 11010110 | 1100001 | 11000 | 0 | 110111 | 10000 | 1010110 | 111011 | 111101 |
Color Harmonies of #A3D661
Complementary color
Monochromatic Colors of #A3D661
Black with #A3D661
Text Example
Text Example
White with #A3D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D661; }
p { color: rgb(163,214,97); }
H1.HeaderClassName
{
color: #A3D661;
}
.AnyTagClassName
{
color: #A3D661;
}
</style>
background-color css
<style>
a { background-color: #A3D661; }
a { background-color: rgb(163,214,97); }
div.DivClassName
{
background-color: #A3D661;
}
.BgClassName
{
background-color: #A3D661;
}
</style>
border-color css
<style>
span { border-color: #A3D661; }
span { border-color: rgb(163,214,97); }
td.TdClassName
{
border-color: #A3D661;
}
.TagClassName
{
border-color: #A3D661;
}
</style>