Shades of Conifer #A2D84F
Tints of Conifer #A2D84F
RGB
CMYK
RGB Variations
Color information
#A2D84F (or 0xA2D84F) is known color: Conifer. HEX triplet: A2, D8 and 4F. RGB value is (162,216,79). Sum of RGB (Red+Green+Blue) = 162+216+79=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D84F is #5D27B0. Grayscale: #B8B8B8. Windows color (decimal): -6105009 or 5232802. OLE color: 5232802.
HSL color Cylindrical-coordinate representation of color #A2D84F: hue angle of 83.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2D84F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 79 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.15 |
| HSL | 83.65º | 0.64% | 0.58% | - |
| HSV(B) | 83.65º | 0.63% | 0.85% | - |
| XYZ | 40.87 | 57.36 | 16.31 | - |
| YUV | 184.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 79 | 0.25 | 0 | 0.63 | 0.15 | 83.65 | 0.64 | 0.58 |
| Hex | A2 | D8 | 4F | 19 | 0 | 3F | F | 54 | 40 | 3A |
| Octal | 242 | 330 | 117 | 31 | 0 | 77 | 17 | 124 | 100 | 72 |
| Binary | 10100010 | 11011000 | 1001111 | 11001 | 0 | 111111 | 1111 | 1010100 | 1000000 | 111010 |
Color Harmonies of #A2D84F
Complementary color
Monochromatic Colors of #A2D84F
Black with #A2D84F
Text Example
Text Example
White with #A2D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D84F; }
p { color: rgb(162,216,79); }
H1.HeaderClassName
{
color: #A2D84F;
}
.AnyTagClassName
{
color: #A2D84F;
}
</style>
background-color css
<style>
a { background-color: #A2D84F; }
a { background-color: rgb(162,216,79); }
div.DivClassName
{
background-color: #A2D84F;
}
.BgClassName
{
background-color: #A2D84F;
}
</style>
border-color css
<style>
span { border-color: #A2D84F; }
span { border-color: rgb(162,216,79); }
td.TdClassName
{
border-color: #A2D84F;
}
.TagClassName
{
border-color: #A2D84F;
}
</style>