Shades of Conifer #A2F662
Tints of Conifer #A2F662
RGB
CMYK
RGB Variations
Color information
#A2F662 (or 0xA2F662) is known color: Conifer. HEX triplet: A2, F6 and 62. RGB value is (162,246,98). Sum of RGB (Red+Green+Blue) = 162+246+98=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F662 is #5D099D. Grayscale: #CCCCCC. Windows color (decimal): -6097310 or 6485666. OLE color: 6485666.
HSL color Cylindrical-coordinate representation of color #A2F662: hue angle of 94.05º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F662 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 98 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.04 |
| HSL | 94.05º | 0.89% | 0.67% | - |
| HSV(B) | 94.05º | 0.6% | 0.96% | - |
| XYZ | 50.06 | 74.47 | 23.29 | - |
| YUV | 204.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 98 | 0.34 | 0 | 0.60 | 0.04 | 94.05 | 0.89 | 0.67 |
| Hex | A2 | F6 | 62 | 22 | 0 | 3C | 4 | 5E | 59 | 43 |
| Octal | 242 | 366 | 142 | 42 | 0 | 74 | 4 | 136 | 131 | 103 |
| Binary | 10100010 | 11110110 | 1100010 | 100010 | 0 | 111100 | 100 | 1011110 | 1011001 | 1000011 |
Color Harmonies of #A2F662
Complementary color
Monochromatic Colors of #A2F662
Black with #A2F662
Text Example
Text Example
White with #A2F662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F662; }
p { color: rgb(162,246,98); }
H1.HeaderClassName
{
color: #A2F662;
}
.AnyTagClassName
{
color: #A2F662;
}
</style>
background-color css
<style>
a { background-color: #A2F662; }
a { background-color: rgb(162,246,98); }
div.DivClassName
{
background-color: #A2F662;
}
.BgClassName
{
background-color: #A2F662;
}
</style>
border-color css
<style>
span { border-color: #A2F662; }
span { border-color: rgb(162,246,98); }
td.TdClassName
{
border-color: #A2F662;
}
.TagClassName
{
border-color: #A2F662;
}
</style>