Shades of Conifer #A2D765
Tints of Conifer #A2D765
RGB
CMYK
RGB Variations
Color information
#A2D765 (or 0xA2D765) is known color: Conifer. HEX triplet: A2, D7 and 65. RGB value is (162,215,101). Sum of RGB (Red+Green+Blue) = 162+215+101=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D765 is #5D289A. Grayscale: #BABABA. Windows color (decimal): -6105243 or 6674338. OLE color: 6674338.
HSL color Cylindrical-coordinate representation of color #A2D765: hue angle of 87.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2D765 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 101 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.16 |
| HSL | 87.89º | 0.59% | 0.62% | - |
| HSV(B) | 87.89º | 0.53% | 0.84% | - |
| XYZ | 41.55 | 57.22 | 21.17 | - |
| YUV | 186.16 | 79.94 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 101 | 0.25 | 0 | 0.53 | 0.16 | 87.89 | 0.59 | 0.62 |
| Hex | A2 | D7 | 65 | 19 | 0 | 35 | 10 | 58 | 3B | 3E |
| Octal | 242 | 327 | 145 | 31 | 0 | 65 | 20 | 130 | 73 | 76 |
| Binary | 10100010 | 11010111 | 1100101 | 11001 | 0 | 110101 | 10000 | 1011000 | 111011 | 111110 |
Color Harmonies of #A2D765
Complementary color
Monochromatic Colors of #A2D765
Black with #A2D765
Text Example
Text Example
White with #A2D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D765; }
p { color: rgb(162,215,101); }
H1.HeaderClassName
{
color: #A2D765;
}
.AnyTagClassName
{
color: #A2D765;
}
</style>
background-color css
<style>
a { background-color: #A2D765; }
a { background-color: rgb(162,215,101); }
div.DivClassName
{
background-color: #A2D765;
}
.BgClassName
{
background-color: #A2D765;
}
</style>
border-color css
<style>
span { border-color: #A2D765; }
span { border-color: rgb(162,215,101); }
td.TdClassName
{
border-color: #A2D765;
}
.TagClassName
{
border-color: #A2D765;
}
</style>