Shades of Conifer #A2E660
Tints of Conifer #A2E660
RGB
CMYK
RGB Variations
Color information
#A2E660 (or 0xA2E660) is known color: Conifer. HEX triplet: A2, E6 and 60. RGB value is (162,230,96). Sum of RGB (Red+Green+Blue) = 162+230+96=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E660 is #5D199F. Grayscale: #C2C2C2. Windows color (decimal): -6101408 or 6350498. OLE color: 6350498.
HSL color Cylindrical-coordinate representation of color #A2E660: hue angle of 90.45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E660 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 96 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.10 |
| HSL | 90.45º | 0.73% | 0.64% | - |
| HSV(B) | 90.45º | 0.58% | 0.9% | - |
| XYZ | 45.31 | 65.12 | 21.25 | - |
| YUV | 194.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 96 | 0.30 | 0 | 0.58 | 0.10 | 90.45 | 0.73 | 0.64 |
| Hex | A2 | E6 | 60 | 1E | 0 | 3A | A | 5A | 49 | 40 |
| Octal | 242 | 346 | 140 | 36 | 0 | 72 | 12 | 132 | 111 | 100 |
| Binary | 10100010 | 11100110 | 1100000 | 11110 | 0 | 111010 | 1010 | 1011010 | 1001001 | 1000000 |
Color Harmonies of #A2E660
Complementary color
Monochromatic Colors of #A2E660
Black with #A2E660
Text Example
Text Example
White with #A2E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E660; }
p { color: rgb(162,230,96); }
H1.HeaderClassName
{
color: #A2E660;
}
.AnyTagClassName
{
color: #A2E660;
}
</style>
background-color css
<style>
a { background-color: #A2E660; }
a { background-color: rgb(162,230,96); }
div.DivClassName
{
background-color: #A2E660;
}
.BgClassName
{
background-color: #A2E660;
}
</style>
border-color css
<style>
span { border-color: #A2E660; }
span { border-color: rgb(162,230,96); }
td.TdClassName
{
border-color: #A2E660;
}
.TagClassName
{
border-color: #A2E660;
}
</style>