Shades of Conifer #A2D663
Tints of Conifer #A2D663
RGB
CMYK
RGB Variations
Color information
#A2D663 (or 0xA2D663) is known color: Conifer. HEX triplet: A2, D6 and 63. RGB value is (162,214,99). Sum of RGB (Red+Green+Blue) = 162+214+99=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D663 is #5D299C. Grayscale: #B9B9B9. Windows color (decimal): -6105501 or 6543010. OLE color: 6543010.
HSL color Cylindrical-coordinate representation of color #A2D663: hue angle of 87.13º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2D663 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 99 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.16 |
| HSL | 87.13º | 0.58% | 0.61% | - |
| HSV(B) | 87.13º | 0.54% | 0.84% | - |
| XYZ | 41.2 | 56.68 | 20.57 | - |
| YUV | 185.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 99 | 0.24 | 0 | 0.54 | 0.16 | 87.13 | 0.58 | 0.61 |
| Hex | A2 | D6 | 63 | 18 | 0 | 36 | 10 | 57 | 3A | 3D |
| Octal | 242 | 326 | 143 | 30 | 0 | 66 | 20 | 127 | 72 | 75 |
| Binary | 10100010 | 11010110 | 1100011 | 11000 | 0 | 110110 | 10000 | 1010111 | 111010 | 111101 |
Color Harmonies of #A2D663
Complementary color
Monochromatic Colors of #A2D663
Black with #A2D663
Text Example
Text Example
White with #A2D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D663; }
p { color: rgb(162,214,99); }
H1.HeaderClassName
{
color: #A2D663;
}
.AnyTagClassName
{
color: #A2D663;
}
</style>
background-color css
<style>
a { background-color: #A2D663; }
a { background-color: rgb(162,214,99); }
div.DivClassName
{
background-color: #A2D663;
}
.BgClassName
{
background-color: #A2D663;
}
</style>
border-color css
<style>
span { border-color: #A2D663; }
span { border-color: rgb(162,214,99); }
td.TdClassName
{
border-color: #A2D663;
}
.TagClassName
{
border-color: #A2D663;
}
</style>