Shades of Conifer #A2E95C
Tints of Conifer #A2E95C
RGB
CMYK
RGB Variations
Color information
#A2E95C (or 0xA2E95C) is known color: Conifer. HEX triplet: A2, E9 and 5C. RGB value is (162,233,92). Sum of RGB (Red+Green+Blue) = 162+233+92=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E95C is #5D16A3. Grayscale: #C4C4C4. Windows color (decimal): -6100644 or 6089122. OLE color: 6089122.
HSL color Cylindrical-coordinate representation of color #A2E95C: hue angle of 90.21º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E95C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 92 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.09 |
| HSL | 90.21º | 0.76% | 0.64% | - |
| HSV(B) | 90.21º | 0.61% | 0.91% | - |
| XYZ | 45.97 | 66.73 | 20.58 | - |
| YUV | 195.7 | 69.48 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 92 | 0.30 | 0 | 0.61 | 0.09 | 90.21 | 0.76 | 0.64 |
| Hex | A2 | E9 | 5C | 1E | 0 | 3D | 9 | 5A | 4C | 40 |
| Octal | 242 | 351 | 134 | 36 | 0 | 75 | 11 | 132 | 114 | 100 |
| Binary | 10100010 | 11101001 | 1011100 | 11110 | 0 | 111101 | 1001 | 1011010 | 1001100 | 1000000 |
Color Harmonies of #A2E95C
Complementary color
Monochromatic Colors of #A2E95C
Black with #A2E95C
Text Example
Text Example
White with #A2E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E95C; }
p { color: rgb(162,233,92); }
H1.HeaderClassName
{
color: #A2E95C;
}
.AnyTagClassName
{
color: #A2E95C;
}
</style>
background-color css
<style>
a { background-color: #A2E95C; }
a { background-color: rgb(162,233,92); }
div.DivClassName
{
background-color: #A2E95C;
}
.BgClassName
{
background-color: #A2E95C;
}
</style>
border-color css
<style>
span { border-color: #A2E95C; }
span { border-color: rgb(162,233,92); }
td.TdClassName
{
border-color: #A2E95C;
}
.TagClassName
{
border-color: #A2E95C;
}
</style>