Shades of Conifer #A2EF49
Tints of Conifer #A2EF49
RGB
CMYK
RGB Variations
Color information
#A2EF49 (or 0xA2EF49) is known color: Conifer. HEX triplet: A2, EF and 49. RGB value is (162,239,73). Sum of RGB (Red+Green+Blue) = 162+239+73=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2EF49 is #5D10B6. Grayscale: #C5C5C5. Windows color (decimal): -6099127 or 4845474. OLE color: 4845474.
HSL color Cylindrical-coordinate representation of color #A2EF49: hue angle of 87.83º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2EF49 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 73 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.06 |
| HSL | 87.83º | 0.84% | 0.61% | - |
| HSV(B) | 87.83º | 0.69% | 0.94% | - |
| XYZ | 46.97 | 69.9 | 17.32 | - |
| YUV | 197.05 | 57.99 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 73 | 0.32 | 0 | 0.69 | 0.06 | 87.83 | 0.84 | 0.61 |
| Hex | A2 | EF | 49 | 20 | 0 | 45 | 6 | 58 | 54 | 3D |
| Octal | 242 | 357 | 111 | 40 | 0 | 105 | 6 | 130 | 124 | 75 |
| Binary | 10100010 | 11101111 | 1001001 | 100000 | 0 | 1000101 | 110 | 1011000 | 1010100 | 111101 |
Color Harmonies of #A2EF49
Complementary color
Monochromatic Colors of #A2EF49
Black with #A2EF49
Text Example
Text Example
White with #A2EF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF49; }
p { color: rgb(162,239,73); }
H1.HeaderClassName
{
color: #A2EF49;
}
.AnyTagClassName
{
color: #A2EF49;
}
</style>
background-color css
<style>
a { background-color: #A2EF49; }
a { background-color: rgb(162,239,73); }
div.DivClassName
{
background-color: #A2EF49;
}
.BgClassName
{
background-color: #A2EF49;
}
</style>
border-color css
<style>
span { border-color: #A2EF49; }
span { border-color: rgb(162,239,73); }
td.TdClassName
{
border-color: #A2EF49;
}
.TagClassName
{
border-color: #A2EF49;
}
</style>