Shades of Conifer #A2F046
Tints of Conifer #A2F046
RGB
CMYK
RGB Variations
Color information
#A2F046 (or 0xA2F046) is known color: Conifer. HEX triplet: A2, F0 and 46. RGB value is (162,240,70). Sum of RGB (Red+Green+Blue) = 162+240+70=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F046 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F046 is #5D0FB9. Grayscale: #C5C5C5. Windows color (decimal): -6098874 or 4649122. OLE color: 4649122.
HSL color Cylindrical-coordinate representation of color #A2F046: hue angle of 87.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2F046 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 70 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.06 |
| HSL | 87.53º | 0.85% | 0.61% | - |
| HSV(B) | 87.53º | 0.71% | 0.94% | - |
| XYZ | 47.17 | 70.44 | 16.91 | - |
| YUV | 197.3 | 56.16 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 70 | 0.32 | 0 | 0.71 | 0.06 | 87.53 | 0.85 | 0.61 |
| Hex | A2 | F0 | 46 | 20 | 0 | 47 | 6 | 58 | 55 | 3D |
| Octal | 242 | 360 | 106 | 40 | 0 | 107 | 6 | 130 | 125 | 75 |
| Binary | 10100010 | 11110000 | 1000110 | 100000 | 0 | 1000111 | 110 | 1011000 | 1010101 | 111101 |
Color Harmonies of #A2F046
Complementary color
Monochromatic Colors of #A2F046
Black with #A2F046
Text Example
Text Example
White with #A2F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F046; }
p { color: rgb(162,240,70); }
H1.HeaderClassName
{
color: #A2F046;
}
.AnyTagClassName
{
color: #A2F046;
}
</style>
background-color css
<style>
a { background-color: #A2F046; }
a { background-color: rgb(162,240,70); }
div.DivClassName
{
background-color: #A2F046;
}
.BgClassName
{
background-color: #A2F046;
}
</style>
border-color css
<style>
span { border-color: #A2F046; }
span { border-color: rgb(162,240,70); }
td.TdClassName
{
border-color: #A2F046;
}
.TagClassName
{
border-color: #A2F046;
}
</style>