Shades of Conifer #A2E94F
Tints of Conifer #A2E94F
RGB
CMYK
RGB Variations
Color information
#A2E94F (or 0xA2E94F) is known color: Conifer. HEX triplet: A2, E9 and 4F. RGB value is (162,233,79). Sum of RGB (Red+Green+Blue) = 162+233+79=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E94F is #5D16B0. Grayscale: #C2C2C2. Windows color (decimal): -6100657 or 5237154. OLE color: 5237154.
HSL color Cylindrical-coordinate representation of color #A2E94F: hue angle of 87.66º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2E94F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 79 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.09 |
| HSL | 87.66º | 0.78% | 0.61% | - |
| HSV(B) | 87.66º | 0.66% | 0.91% | - |
| XYZ | 45.45 | 66.52 | 17.84 | - |
| YUV | 194.22 | 62.98 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 79 | 0.30 | 0 | 0.66 | 0.09 | 87.66 | 0.78 | 0.61 |
| Hex | A2 | E9 | 4F | 1E | 0 | 42 | 9 | 58 | 4E | 3D |
| Octal | 242 | 351 | 117 | 36 | 0 | 102 | 11 | 130 | 116 | 75 |
| Binary | 10100010 | 11101001 | 1001111 | 11110 | 0 | 1000010 | 1001 | 1011000 | 1001110 | 111101 |
Color Harmonies of #A2E94F
Complementary color
Monochromatic Colors of #A2E94F
Black with #A2E94F
Text Example
Text Example
White with #A2E94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E94F; }
p { color: rgb(162,233,79); }
H1.HeaderClassName
{
color: #A2E94F;
}
.AnyTagClassName
{
color: #A2E94F;
}
</style>
background-color css
<style>
a { background-color: #A2E94F; }
a { background-color: rgb(162,233,79); }
div.DivClassName
{
background-color: #A2E94F;
}
.BgClassName
{
background-color: #A2E94F;
}
</style>
border-color css
<style>
span { border-color: #A2E94F; }
span { border-color: rgb(162,233,79); }
td.TdClassName
{
border-color: #A2E94F;
}
.TagClassName
{
border-color: #A2E94F;
}
</style>