Shades of Conifer #A2E665
Tints of Conifer #A2E665
RGB
CMYK
RGB Variations
Color information
#A2E665 (or 0xA2E665) is known color: Conifer. HEX triplet: A2, E6 and 65. RGB value is (162,230,101). Sum of RGB (Red+Green+Blue) = 162+230+101=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E665 is #5D199A. Grayscale: #C3C3C3. Windows color (decimal): -6101403 or 6678178. OLE color: 6678178.
HSL color Cylindrical-coordinate representation of color #A2E665: hue angle of 91.63º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2E665 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 101 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.10 |
| HSL | 91.63º | 0.72% | 0.65% | - |
| HSV(B) | 91.63º | 0.56% | 0.9% | - |
| XYZ | 45.55 | 65.21 | 22.5 | - |
| YUV | 194.96 | 74.97 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 101 | 0.30 | 0 | 0.56 | 0.10 | 91.63 | 0.72 | 0.65 |
| Hex | A2 | E6 | 65 | 1E | 0 | 38 | A | 5C | 48 | 41 |
| Octal | 242 | 346 | 145 | 36 | 0 | 70 | 12 | 134 | 110 | 101 |
| Binary | 10100010 | 11100110 | 1100101 | 11110 | 0 | 111000 | 1010 | 1011100 | 1001000 | 1000001 |
Color Harmonies of #A2E665
Complementary color
Monochromatic Colors of #A2E665
Black with #A2E665
Text Example
Text Example
White with #A2E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E665; }
p { color: rgb(162,230,101); }
H1.HeaderClassName
{
color: #A2E665;
}
.AnyTagClassName
{
color: #A2E665;
}
</style>
background-color css
<style>
a { background-color: #A2E665; }
a { background-color: rgb(162,230,101); }
div.DivClassName
{
background-color: #A2E665;
}
.BgClassName
{
background-color: #A2E665;
}
</style>
border-color css
<style>
span { border-color: #A2E665; }
span { border-color: rgb(162,230,101); }
td.TdClassName
{
border-color: #A2E665;
}
.TagClassName
{
border-color: #A2E665;
}
</style>