Shades of Conifer #A3F663
Tints of Conifer #A3F663
RGB
CMYK
RGB Variations
Color information
#A3F663 (or 0xA3F663) is known color: Conifer. HEX triplet: A3, F6 and 63. RGB value is (163,246,99). Sum of RGB (Red+Green+Blue) = 163+246+99=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F663 is #5C099C. Grayscale: #CCCCCC. Windows color (decimal): -6031773 or 6551203. OLE color: 6551203.
HSL color Cylindrical-coordinate representation of color #A3F663: hue angle of 93.88º 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 #A3F663 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 99 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.04 |
| HSL | 93.88º | 0.89% | 0.68% | - |
| HSV(B) | 93.88º | 0.6% | 0.96% | - |
| XYZ | 50.31 | 74.6 | 23.55 | - |
| YUV | 204.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 99 | 0.34 | 0 | 0.60 | 0.04 | 93.88 | 0.89 | 0.68 |
| Hex | A3 | F6 | 63 | 22 | 0 | 3C | 4 | 5E | 59 | 44 |
| Octal | 243 | 366 | 143 | 42 | 0 | 74 | 4 | 136 | 131 | 104 |
| Binary | 10100011 | 11110110 | 1100011 | 100010 | 0 | 111100 | 100 | 1011110 | 1011001 | 1000100 |
Color Harmonies of #A3F663
Complementary color
Monochromatic Colors of #A3F663
Black with #A3F663
Text Example
Text Example
White with #A3F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F663; }
p { color: rgb(163,246,99); }
H1.HeaderClassName
{
color: #A3F663;
}
.AnyTagClassName
{
color: #A3F663;
}
</style>
background-color css
<style>
a { background-color: #A3F663; }
a { background-color: rgb(163,246,99); }
div.DivClassName
{
background-color: #A3F663;
}
.BgClassName
{
background-color: #A3F663;
}
</style>
border-color css
<style>
span { border-color: #A3F663; }
span { border-color: rgb(163,246,99); }
td.TdClassName
{
border-color: #A3F663;
}
.TagClassName
{
border-color: #A3F663;
}
</style>