Shades of Conifer #A6F562
Tints of Conifer #A6F562
RGB
CMYK
RGB Variations
Color information
#A6F562 (or 0xA6F562) is known color: Conifer. HEX triplet: A6, F5 and 62. RGB value is (166,245,98). Sum of RGB (Red+Green+Blue) = 166+245+98=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F562 is #590A9D. Grayscale: #CDCDCD. Windows color (decimal): -5835422 or 6485414. OLE color: 6485414.
HSL color Cylindrical-coordinate representation of color #A6F562: hue angle of 92.24º degrees, saturation: 0.88, 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 #A6F562 is Cyan = 0.32, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 245 | 98 | - |
| CMYK | 0.32 | 0 | 0.6 | 0.04 |
| HSL | 92.24º | 0.88% | 0.67% | - |
| HSV(B) | 92.24º | 0.6% | 0.96% | - |
| XYZ | 50.58 | 74.29 | 23.23 | - |
| YUV | 204.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 245 | 98 | 0.32 | 0 | 0.6 | 0.04 | 92.24 | 0.88 | 0.67 |
| Hex | A6 | F5 | 62 | 20 | 0 | 3C | 4 | 5C | 58 | 43 |
| Octal | 246 | 365 | 142 | 40 | 0 | 74 | 4 | 134 | 130 | 103 |
| Binary | 10100110 | 11110101 | 1100010 | 100000 | 0 | 111100 | 100 | 1011100 | 1011000 | 1000011 |
Color Harmonies of #A6F562
Complementary color
Monochromatic Colors of #A6F562
Black with #A6F562
Text Example
Text Example
White with #A6F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F562; }
p { color: rgb(166,245,98); }
H1.HeaderClassName
{
color: #A6F562;
}
.AnyTagClassName
{
color: #A6F562;
}
</style>
background-color css
<style>
a { background-color: #A6F562; }
a { background-color: rgb(166,245,98); }
div.DivClassName
{
background-color: #A6F562;
}
.BgClassName
{
background-color: #A6F562;
}
</style>
border-color css
<style>
span { border-color: #A6F562; }
span { border-color: rgb(166,245,98); }
td.TdClassName
{
border-color: #A6F562;
}
.TagClassName
{
border-color: #A6F562;
}
</style>