Shades of Conifer #A2E648
Tints of Conifer #A2E648
RGB
CMYK
RGB Variations
Color information
#A2E648 (or 0xA2E648) is known color: Conifer. HEX triplet: A2, E6 and 48. RGB value is (162,230,72). Sum of RGB (Red+Green+Blue) = 162+230+72=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E648 is #5D19B7. Grayscale: #C0C0C0. Windows color (decimal): -6101432 or 4777634. OLE color: 4777634.
HSL color Cylindrical-coordinate representation of color #A2E648: hue angle of 85.82º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2E648 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 72 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.10 |
| HSL | 85.82º | 0.76% | 0.59% | - |
| HSV(B) | 85.82º | 0.69% | 0.9% | - |
| XYZ | 44.37 | 64.74 | 16.29 | - |
| YUV | 191.66 | 60.47 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 72 | 0.30 | 0 | 0.69 | 0.10 | 85.82 | 0.76 | 0.59 |
| Hex | A2 | E6 | 48 | 1E | 0 | 45 | A | 56 | 4C | 3B |
| Octal | 242 | 346 | 110 | 36 | 0 | 105 | 12 | 126 | 114 | 73 |
| Binary | 10100010 | 11100110 | 1001000 | 11110 | 0 | 1000101 | 1010 | 1010110 | 1001100 | 111011 |
Color Harmonies of #A2E648
Complementary color
Monochromatic Colors of #A2E648
Black with #A2E648
Text Example
Text Example
White with #A2E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E648; }
p { color: rgb(162,230,72); }
H1.HeaderClassName
{
color: #A2E648;
}
.AnyTagClassName
{
color: #A2E648;
}
</style>
background-color css
<style>
a { background-color: #A2E648; }
a { background-color: rgb(162,230,72); }
div.DivClassName
{
background-color: #A2E648;
}
.BgClassName
{
background-color: #A2E648;
}
</style>
border-color css
<style>
span { border-color: #A2E648; }
span { border-color: rgb(162,230,72); }
td.TdClassName
{
border-color: #A2E648;
}
.TagClassName
{
border-color: #A2E648;
}
</style>