Shades of Conifer #A2D365
Tints of Conifer #A2D365
RGB
CMYK
RGB Variations
Color information
#A2D365 (or 0xA2D365) is known color: Conifer. HEX triplet: A2, D3 and 65. RGB value is (162,211,101). Sum of RGB (Red+Green+Blue) = 162+211+101=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D365 is #5D2C9A. Grayscale: #B8B8B8. Windows color (decimal): -6106267 or 6673314. OLE color: 6673314.
HSL color Cylindrical-coordinate representation of color #A2D365: hue angle of 86.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D365 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 101 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.17 |
| HSL | 86.73º | 0.56% | 0.61% | - |
| HSV(B) | 86.73º | 0.52% | 0.83% | - |
| XYZ | 40.54 | 55.21 | 20.83 | - |
| YUV | 183.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 101 | 0.23 | 0 | 0.52 | 0.17 | 86.73 | 0.56 | 0.61 |
| Hex | A2 | D3 | 65 | 17 | 0 | 34 | 11 | 57 | 38 | 3D |
| Octal | 242 | 323 | 145 | 27 | 0 | 64 | 21 | 127 | 70 | 75 |
| Binary | 10100010 | 11010011 | 1100101 | 10111 | 0 | 110100 | 10001 | 1010111 | 111000 | 111101 |
Color Harmonies of #A2D365
Complementary color
Monochromatic Colors of #A2D365
Black with #A2D365
Text Example
Text Example
White with #A2D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D365; }
p { color: rgb(162,211,101); }
H1.HeaderClassName
{
color: #A2D365;
}
.AnyTagClassName
{
color: #A2D365;
}
</style>
background-color css
<style>
a { background-color: #A2D365; }
a { background-color: rgb(162,211,101); }
div.DivClassName
{
background-color: #A2D365;
}
.BgClassName
{
background-color: #A2D365;
}
</style>
border-color css
<style>
span { border-color: #A2D365; }
span { border-color: rgb(162,211,101); }
td.TdClassName
{
border-color: #A2D365;
}
.TagClassName
{
border-color: #A2D365;
}
</style>