Shades of Conifer #A2F663
Tints of Conifer #A2F663
RGB
CMYK
RGB Variations
Color information
#A2F663 (or 0xA2F663) is known color: Conifer. HEX triplet: A2, F6 and 63. RGB value is (162,246,99). Sum of RGB (Red+Green+Blue) = 162+246+99=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F663 is #5D099C. Grayscale: #CCCCCC. Windows color (decimal): -6097309 or 6551202. OLE color: 6551202.
HSL color Cylindrical-coordinate representation of color #A2F663: hue angle of 94.29º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F663 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 99 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.04 |
| HSL | 94.29º | 0.89% | 0.68% | - |
| HSV(B) | 94.29º | 0.6% | 0.96% | - |
| XYZ | 50.11 | 74.49 | 23.54 | - |
| YUV | 204.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 99 | 0.34 | 0 | 0.60 | 0.04 | 94.29 | 0.89 | 0.68 |
| Hex | A2 | F6 | 63 | 22 | 0 | 3C | 4 | 5E | 59 | 44 |
| Octal | 242 | 366 | 143 | 42 | 0 | 74 | 4 | 136 | 131 | 104 |
| Binary | 10100010 | 11110110 | 1100011 | 100010 | 0 | 111100 | 100 | 1011110 | 1011001 | 1000100 |
Color Harmonies of #A2F663
Complementary color
Monochromatic Colors of #A2F663
Black with #A2F663
Text Example
Text Example
White with #A2F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F663; }
p { color: rgb(162,246,99); }
H1.HeaderClassName
{
color: #A2F663;
}
.AnyTagClassName
{
color: #A2F663;
}
</style>
background-color css
<style>
a { background-color: #A2F663; }
a { background-color: rgb(162,246,99); }
div.DivClassName
{
background-color: #A2F663;
}
.BgClassName
{
background-color: #A2F663;
}
</style>
border-color css
<style>
span { border-color: #A2F663; }
span { border-color: rgb(162,246,99); }
td.TdClassName
{
border-color: #A2F663;
}
.TagClassName
{
border-color: #A2F663;
}
</style>