Shades of Conifer #A2F65E
Tints of Conifer #A2F65E
RGB
CMYK
RGB Variations
Color information
#A2F65E (or 0xA2F65E) is known color: Conifer. HEX triplet: A2, F6 and 5E. RGB value is (162,246,94). Sum of RGB (Red+Green+Blue) = 162+246+94=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F65E is #5D09A1. Grayscale: #CCCCCC. Windows color (decimal): -6097314 or 6223522. OLE color: 6223522.
HSL color Cylindrical-coordinate representation of color #A2F65E: hue angle of 93.16º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2F65E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 94 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.04 |
| HSL | 93.16º | 0.89% | 0.67% | - |
| HSV(B) | 93.16º | 0.62% | 0.96% | - |
| XYZ | 49.88 | 74.4 | 22.32 | - |
| YUV | 203.56 | 66.17 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 94 | 0.34 | 0 | 0.62 | 0.04 | 93.16 | 0.89 | 0.67 |
| Hex | A2 | F6 | 5E | 22 | 0 | 3E | 4 | 5D | 59 | 43 |
| Octal | 242 | 366 | 136 | 42 | 0 | 76 | 4 | 135 | 131 | 103 |
| Binary | 10100010 | 11110110 | 1011110 | 100010 | 0 | 111110 | 100 | 1011101 | 1011001 | 1000011 |
Color Harmonies of #A2F65E
Complementary color
Monochromatic Colors of #A2F65E
Black with #A2F65E
Text Example
Text Example
White with #A2F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F65E; }
p { color: rgb(162,246,94); }
H1.HeaderClassName
{
color: #A2F65E;
}
.AnyTagClassName
{
color: #A2F65E;
}
</style>
background-color css
<style>
a { background-color: #A2F65E; }
a { background-color: rgb(162,246,94); }
div.DivClassName
{
background-color: #A2F65E;
}
.BgClassName
{
background-color: #A2F65E;
}
</style>
border-color css
<style>
span { border-color: #A2F65E; }
span { border-color: rgb(162,246,94); }
td.TdClassName
{
border-color: #A2F65E;
}
.TagClassName
{
border-color: #A2F65E;
}
</style>