Shades of Conifer #A2F063
Tints of Conifer #A2F063
RGB
CMYK
RGB Variations
Color information
#A2F063 (or 0xA2F063) is known color: Conifer. HEX triplet: A2, F0 and 63. RGB value is (162,240,99). Sum of RGB (Red+Green+Blue) = 162+240+99=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F063 is #5D0F9C. Grayscale: #C9C9C9. Windows color (decimal): -6098845 or 6549666. OLE color: 6549666.
HSL color Cylindrical-coordinate representation of color #A2F063: hue angle of 93.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F063 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 99 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.06 |
| HSL | 93.19º | 0.82% | 0.66% | - |
| HSV(B) | 93.19º | 0.59% | 0.94% | - |
| XYZ | 48.31 | 70.9 | 22.94 | - |
| YUV | 200.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 99 | 0.32 | 0 | 0.59 | 0.06 | 93.19 | 0.82 | 0.66 |
| Hex | A2 | F0 | 63 | 20 | 0 | 3B | 6 | 5D | 52 | 42 |
| Octal | 242 | 360 | 143 | 40 | 0 | 73 | 6 | 135 | 122 | 102 |
| Binary | 10100010 | 11110000 | 1100011 | 100000 | 0 | 111011 | 110 | 1011101 | 1010010 | 1000010 |
Color Harmonies of #A2F063
Complementary color
Monochromatic Colors of #A2F063
Black with #A2F063
Text Example
Text Example
White with #A2F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F063; }
p { color: rgb(162,240,99); }
H1.HeaderClassName
{
color: #A2F063;
}
.AnyTagClassName
{
color: #A2F063;
}
</style>
background-color css
<style>
a { background-color: #A2F063; }
a { background-color: rgb(162,240,99); }
div.DivClassName
{
background-color: #A2F063;
}
.BgClassName
{
background-color: #A2F063;
}
</style>
border-color css
<style>
span { border-color: #A2F063; }
span { border-color: rgb(162,240,99); }
td.TdClassName
{
border-color: #A2F063;
}
.TagClassName
{
border-color: #A2F063;
}
</style>