Shades of Conifer #A2D661
Tints of Conifer #A2D661
RGB
CMYK
RGB Variations
Color information
#A2D661 (or 0xA2D661) is known color: Conifer. HEX triplet: A2, D6 and 61. RGB value is (162,214,97). Sum of RGB (Red+Green+Blue) = 162+214+97=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D661 is #5D299E. Grayscale: #B9B9B9. Windows color (decimal): -6105503 or 6411938. OLE color: 6411938.
HSL color Cylindrical-coordinate representation of color #A2D661: hue angle of 86.67º 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 #A2D661 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 97 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.16 |
| HSL | 86.67º | 0.59% | 0.61% | - |
| HSV(B) | 86.67º | 0.55% | 0.84% | - |
| XYZ | 41.1 | 56.64 | 20.07 | - |
| YUV | 185.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 97 | 0.24 | 0 | 0.55 | 0.16 | 86.67 | 0.59 | 0.61 |
| Hex | A2 | D6 | 61 | 18 | 0 | 37 | 10 | 57 | 3B | 3D |
| Octal | 242 | 326 | 141 | 30 | 0 | 67 | 20 | 127 | 73 | 75 |
| Binary | 10100010 | 11010110 | 1100001 | 11000 | 0 | 110111 | 10000 | 1010111 | 111011 | 111101 |
Color Harmonies of #A2D661
Complementary color
Monochromatic Colors of #A2D661
Black with #A2D661
Text Example
Text Example
White with #A2D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D661; }
p { color: rgb(162,214,97); }
H1.HeaderClassName
{
color: #A2D661;
}
.AnyTagClassName
{
color: #A2D661;
}
</style>
background-color css
<style>
a { background-color: #A2D661; }
a { background-color: rgb(162,214,97); }
div.DivClassName
{
background-color: #A2D661;
}
.BgClassName
{
background-color: #A2D661;
}
</style>
border-color css
<style>
span { border-color: #A2D661; }
span { border-color: rgb(162,214,97); }
td.TdClassName
{
border-color: #A2D661;
}
.TagClassName
{
border-color: #A2D661;
}
</style>