Shades of Conifer #A2D94F
Tints of Conifer #A2D94F
RGB
CMYK
RGB Variations
Color information
#A2D94F (or 0xA2D94F) is known color: Conifer. HEX triplet: A2, D9 and 4F. RGB value is (162,217,79). Sum of RGB (Red+Green+Blue) = 162+217+79=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D94F is #5D26B0. Grayscale: #B9B9B9. Windows color (decimal): -6104753 or 5233058. OLE color: 5233058.
HSL color Cylindrical-coordinate representation of color #A2D94F: hue angle of 83.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2D94F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 79 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.15 |
| HSL | 83.91º | 0.64% | 0.58% | - |
| HSV(B) | 83.91º | 0.64% | 0.85% | - |
| XYZ | 41.12 | 57.87 | 16.4 | - |
| YUV | 184.82 | 68.28 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 79 | 0.25 | 0 | 0.64 | 0.15 | 83.91 | 0.64 | 0.58 |
| Hex | A2 | D9 | 4F | 19 | 0 | 40 | F | 54 | 40 | 3A |
| Octal | 242 | 331 | 117 | 31 | 0 | 100 | 17 | 124 | 100 | 72 |
| Binary | 10100010 | 11011001 | 1001111 | 11001 | 0 | 1000000 | 1111 | 1010100 | 1000000 | 111010 |
Color Harmonies of #A2D94F
Complementary color
Monochromatic Colors of #A2D94F
Black with #A2D94F
Text Example
Text Example
White with #A2D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D94F; }
p { color: rgb(162,217,79); }
H1.HeaderClassName
{
color: #A2D94F;
}
.AnyTagClassName
{
color: #A2D94F;
}
</style>
background-color css
<style>
a { background-color: #A2D94F; }
a { background-color: rgb(162,217,79); }
div.DivClassName
{
background-color: #A2D94F;
}
.BgClassName
{
background-color: #A2D94F;
}
</style>
border-color css
<style>
span { border-color: #A2D94F; }
span { border-color: rgb(162,217,79); }
td.TdClassName
{
border-color: #A2D94F;
}
.TagClassName
{
border-color: #A2D94F;
}
</style>