Shades of Conifer #A2E248
Tints of Conifer #A2E248
RGB
CMYK
RGB Variations
Color information
#A2E248 (or 0xA2E248) is known color: Conifer. HEX triplet: A2, E2 and 48. RGB value is (162,226,72). Sum of RGB (Red+Green+Blue) = 162+226+72=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E248 is #5D1DB7. Grayscale: #BDBDBD. Windows color (decimal): -6102456 or 4776610. OLE color: 4776610.
HSL color Cylindrical-coordinate representation of color #A2E248: hue angle of 84.94º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2E248 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 72 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.11 |
| HSL | 84.94º | 0.73% | 0.58% | - |
| HSV(B) | 84.94º | 0.68% | 0.89% | - |
| XYZ | 43.27 | 62.54 | 15.92 | - |
| YUV | 189.31 | 61.8 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 72 | 0.28 | 0 | 0.68 | 0.11 | 84.94 | 0.73 | 0.58 |
| Hex | A2 | E2 | 48 | 1C | 0 | 44 | B | 55 | 49 | 3A |
| Octal | 242 | 342 | 110 | 34 | 0 | 104 | 13 | 125 | 111 | 72 |
| Binary | 10100010 | 11100010 | 1001000 | 11100 | 0 | 1000100 | 1011 | 1010101 | 1001001 | 111010 |
Color Harmonies of #A2E248
Complementary color
Monochromatic Colors of #A2E248
Black with #A2E248
Text Example
Text Example
White with #A2E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E248; }
p { color: rgb(162,226,72); }
H1.HeaderClassName
{
color: #A2E248;
}
.AnyTagClassName
{
color: #A2E248;
}
</style>
background-color css
<style>
a { background-color: #A2E248; }
a { background-color: rgb(162,226,72); }
div.DivClassName
{
background-color: #A2E248;
}
.BgClassName
{
background-color: #A2E248;
}
</style>
border-color css
<style>
span { border-color: #A2E248; }
span { border-color: rgb(162,226,72); }
td.TdClassName
{
border-color: #A2E248;
}
.TagClassName
{
border-color: #A2E248;
}
</style>