Shades of Conifer #A2D866
Tints of Conifer #A2D866
RGB
CMYK
RGB Variations
Color information
#A2D866 (or 0xA2D866) is known color: Conifer. HEX triplet: A2, D8 and 66. RGB value is (162,216,102). Sum of RGB (Red+Green+Blue) = 162+216+102=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D866 is #5D2799. Grayscale: #BBBBBB. Windows color (decimal): -6104986 or 6740130. OLE color: 6740130.
HSL color Cylindrical-coordinate representation of color #A2D866: hue angle of 88.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D866 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 102 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.15 |
| HSL | 88.42º | 0.59% | 0.62% | - |
| HSV(B) | 88.42º | 0.53% | 0.85% | - |
| XYZ | 41.85 | 57.75 | 21.51 | - |
| YUV | 186.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 102 | 0.25 | 0 | 0.53 | 0.15 | 88.42 | 0.59 | 0.62 |
| Hex | A2 | D8 | 66 | 19 | 0 | 35 | F | 58 | 3B | 3E |
| Octal | 242 | 330 | 146 | 31 | 0 | 65 | 17 | 130 | 73 | 76 |
| Binary | 10100010 | 11011000 | 1100110 | 11001 | 0 | 110101 | 1111 | 1011000 | 111011 | 111110 |
Color Harmonies of #A2D866
Complementary color
Monochromatic Colors of #A2D866
Black with #A2D866
Text Example
Text Example
White with #A2D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D866; }
p { color: rgb(162,216,102); }
H1.HeaderClassName
{
color: #A2D866;
}
.AnyTagClassName
{
color: #A2D866;
}
</style>
background-color css
<style>
a { background-color: #A2D866; }
a { background-color: rgb(162,216,102); }
div.DivClassName
{
background-color: #A2D866;
}
.BgClassName
{
background-color: #A2D866;
}
</style>
border-color css
<style>
span { border-color: #A2D866; }
span { border-color: rgb(162,216,102); }
td.TdClassName
{
border-color: #A2D866;
}
.TagClassName
{
border-color: #A2D866;
}
</style>