Shades of Conifer #A2E948
Tints of Conifer #A2E948
RGB
CMYK
RGB Variations
Color information
#A2E948 (or 0xA2E948) is known color: Conifer. HEX triplet: A2, E9 and 48. RGB value is (162,233,72). Sum of RGB (Red+Green+Blue) = 162+233+72=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E948 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E948 is #5D16B7. Grayscale: #C1C1C1. Windows color (decimal): -6100664 or 4778402. OLE color: 4778402.
HSL color Cylindrical-coordinate representation of color #A2E948: hue angle of 86.46º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2E948 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 72 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.09 |
| HSL | 86.46º | 0.79% | 0.6% | - |
| HSV(B) | 86.46º | 0.69% | 0.91% | - |
| XYZ | 45.21 | 66.43 | 16.57 | - |
| YUV | 193.42 | 59.48 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 72 | 0.30 | 0 | 0.69 | 0.09 | 86.46 | 0.79 | 0.6 |
| Hex | A2 | E9 | 48 | 1E | 0 | 45 | 9 | 56 | 4F | 3C |
| Octal | 242 | 351 | 110 | 36 | 0 | 105 | 11 | 126 | 117 | 74 |
| Binary | 10100010 | 11101001 | 1001000 | 11110 | 0 | 1000101 | 1001 | 1010110 | 1001111 | 111100 |
Color Harmonies of #A2E948
Complementary color
Monochromatic Colors of #A2E948
Black with #A2E948
Text Example
Text Example
White with #A2E948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E948; }
p { color: rgb(162,233,72); }
H1.HeaderClassName
{
color: #A2E948;
}
.AnyTagClassName
{
color: #A2E948;
}
</style>
background-color css
<style>
a { background-color: #A2E948; }
a { background-color: rgb(162,233,72); }
div.DivClassName
{
background-color: #A2E948;
}
.BgClassName
{
background-color: #A2E948;
}
</style>
border-color css
<style>
span { border-color: #A2E948; }
span { border-color: rgb(162,233,72); }
td.TdClassName
{
border-color: #A2E948;
}
.TagClassName
{
border-color: #A2E948;
}
</style>