Shades of Conifer #A2F650
Tints of Conifer #A2F650
RGB
CMYK
RGB Variations
Color information
#A2F650 (or 0xA2F650) is known color: Conifer. HEX triplet: A2, F6 and 50. RGB value is (162,246,80). Sum of RGB (Red+Green+Blue) = 162+246+80=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F650 is #5D09AF. Grayscale: #CACACA. Windows color (decimal): -6097328 or 5306018. OLE color: 5306018.
HSL color Cylindrical-coordinate representation of color #A2F650: hue angle of 90.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2F650 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 80 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.04 |
| HSL | 90.36º | 0.9% | 0.64% | - |
| HSV(B) | 90.36º | 0.67% | 0.96% | - |
| XYZ | 49.3 | 74.17 | 19.31 | - |
| YUV | 201.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 80 | 0.34 | 0 | 0.67 | 0.04 | 90.36 | 0.9 | 0.64 |
| Hex | A2 | F6 | 50 | 22 | 0 | 43 | 4 | 5A | 5A | 40 |
| Octal | 242 | 366 | 120 | 42 | 0 | 103 | 4 | 132 | 132 | 100 |
| Binary | 10100010 | 11110110 | 1010000 | 100010 | 0 | 1000011 | 100 | 1011010 | 1011010 | 1000000 |
Color Harmonies of #A2F650
Complementary color
Monochromatic Colors of #A2F650
Black with #A2F650
Text Example
Text Example
White with #A2F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F650; }
p { color: rgb(162,246,80); }
H1.HeaderClassName
{
color: #A2F650;
}
.AnyTagClassName
{
color: #A2F650;
}
</style>
background-color css
<style>
a { background-color: #A2F650; }
a { background-color: rgb(162,246,80); }
div.DivClassName
{
background-color: #A2F650;
}
.BgClassName
{
background-color: #A2F650;
}
</style>
border-color css
<style>
span { border-color: #A2F650; }
span { border-color: rgb(162,246,80); }
td.TdClassName
{
border-color: #A2F650;
}
.TagClassName
{
border-color: #A2F650;
}
</style>