Shades of Conifer #A2F052
Tints of Conifer #A2F052
RGB
CMYK
RGB Variations
Color information
#A2F052 (or 0xA2F052) is known color: Conifer. HEX triplet: A2, F0 and 52. RGB value is (162,240,82). Sum of RGB (Red+Green+Blue) = 162+240+82=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F052 is #5D0FAD. Grayscale: #C7C7C7. Windows color (decimal): -6098862 or 5435554. OLE color: 5435554.
HSL color Cylindrical-coordinate representation of color #A2F052: hue angle of 89.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2F052 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 82 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.06 |
| HSL | 89.62º | 0.84% | 0.63% | - |
| HSV(B) | 89.62º | 0.66% | 0.94% | - |
| XYZ | 47.58 | 70.61 | 19.1 | - |
| YUV | 198.67 | 62.16 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 82 | 0.32 | 0 | 0.66 | 0.06 | 89.62 | 0.84 | 0.63 |
| Hex | A2 | F0 | 52 | 20 | 0 | 42 | 6 | 5A | 54 | 3F |
| Octal | 242 | 360 | 122 | 40 | 0 | 102 | 6 | 132 | 124 | 77 |
| Binary | 10100010 | 11110000 | 1010010 | 100000 | 0 | 1000010 | 110 | 1011010 | 1010100 | 111111 |
Color Harmonies of #A2F052
Complementary color
Monochromatic Colors of #A2F052
Black with #A2F052
Text Example
Text Example
White with #A2F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F052; }
p { color: rgb(162,240,82); }
H1.HeaderClassName
{
color: #A2F052;
}
.AnyTagClassName
{
color: #A2F052;
}
</style>
background-color css
<style>
a { background-color: #A2F052; }
a { background-color: rgb(162,240,82); }
div.DivClassName
{
background-color: #A2F052;
}
.BgClassName
{
background-color: #A2F052;
}
</style>
border-color css
<style>
span { border-color: #A2F052; }
span { border-color: rgb(162,240,82); }
td.TdClassName
{
border-color: #A2F052;
}
.TagClassName
{
border-color: #A2F052;
}
</style>