Shades of Conifer #A2EF47
Tints of Conifer #A2EF47
RGB
CMYK
RGB Variations
Color information
#A2EF47 (or 0xA2EF47) is known color: Conifer. HEX triplet: A2, EF and 47. RGB value is (162,239,71). Sum of RGB (Red+Green+Blue) = 162+239+71=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EF47 is #5D10B8. Grayscale: #C5C5C5. Windows color (decimal): -6099129 or 4714402. OLE color: 4714402.
HSL color Cylindrical-coordinate representation of color #A2EF47: hue angle of 87.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2EF47 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 71 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.06 |
| HSL | 87.5º | 0.84% | 0.61% | - |
| HSV(B) | 87.5º | 0.7% | 0.94% | - |
| XYZ | 46.9 | 69.87 | 16.98 | - |
| YUV | 196.83 | 56.99 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 71 | 0.32 | 0 | 0.70 | 0.06 | 87.5 | 0.84 | 0.61 |
| Hex | A2 | EF | 47 | 20 | 0 | 46 | 6 | 57 | 54 | 3D |
| Octal | 242 | 357 | 107 | 40 | 0 | 106 | 6 | 127 | 124 | 75 |
| Binary | 10100010 | 11101111 | 1000111 | 100000 | 0 | 1000110 | 110 | 1010111 | 1010100 | 111101 |
Color Harmonies of #A2EF47
Complementary color
Monochromatic Colors of #A2EF47
Black with #A2EF47
Text Example
Text Example
White with #A2EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF47; }
p { color: rgb(162,239,71); }
H1.HeaderClassName
{
color: #A2EF47;
}
.AnyTagClassName
{
color: #A2EF47;
}
</style>
background-color css
<style>
a { background-color: #A2EF47; }
a { background-color: rgb(162,239,71); }
div.DivClassName
{
background-color: #A2EF47;
}
.BgClassName
{
background-color: #A2EF47;
}
</style>
border-color css
<style>
span { border-color: #A2EF47; }
span { border-color: rgb(162,239,71); }
td.TdClassName
{
border-color: #A2EF47;
}
.TagClassName
{
border-color: #A2EF47;
}
</style>