Shades of Conifer #A2F850
Tints of Conifer #A2F850
RGB
CMYK
RGB Variations
Color information
#A2F850 (or 0xA2F850) is known color: Conifer. HEX triplet: A2, F8 and 50. RGB value is (162,248,80). Sum of RGB (Red+Green+Blue) = 162+248+80=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F850 is #5D07AF. Grayscale: #CBCBCB. Windows color (decimal): -6096816 or 5306530. OLE color: 5306530.
HSL color Cylindrical-coordinate representation of color #A2F850: hue angle of 90.71º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F850 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 80 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.03 |
| HSL | 90.71º | 0.92% | 0.64% | - |
| HSV(B) | 90.71º | 0.68% | 0.97% | - |
| XYZ | 49.92 | 75.4 | 19.51 | - |
| YUV | 203.13 | 58.51 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 80 | 0.35 | 0 | 0.68 | 0.03 | 90.71 | 0.92 | 0.64 |
| Hex | A2 | F8 | 50 | 23 | 0 | 44 | 3 | 5B | 5C | 40 |
| Octal | 242 | 370 | 120 | 43 | 0 | 104 | 3 | 133 | 134 | 100 |
| Binary | 10100010 | 11111000 | 1010000 | 100011 | 0 | 1000100 | 11 | 1011011 | 1011100 | 1000000 |
Color Harmonies of #A2F850
Complementary color
Monochromatic Colors of #A2F850
Black with #A2F850
Text Example
Text Example
White with #A2F850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F850; }
p { color: rgb(162,248,80); }
H1.HeaderClassName
{
color: #A2F850;
}
.AnyTagClassName
{
color: #A2F850;
}
</style>
background-color css
<style>
a { background-color: #A2F850; }
a { background-color: rgb(162,248,80); }
div.DivClassName
{
background-color: #A2F850;
}
.BgClassName
{
background-color: #A2F850;
}
</style>
border-color css
<style>
span { border-color: #A2F850; }
span { border-color: rgb(162,248,80); }
td.TdClassName
{
border-color: #A2F850;
}
.TagClassName
{
border-color: #A2F850;
}
</style>