Shades of Conifer #A3F660
Tints of Conifer #A3F660
RGB
CMYK
RGB Variations
Color information
#A3F660 (or 0xA3F660) is known color: Conifer. HEX triplet: A3, F6 and 60. RGB value is (163,246,96). Sum of RGB (Red+Green+Blue) = 163+246+96=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F660 is #5C099F. Grayscale: #CCCCCC. Windows color (decimal): -6031776 or 6354595. OLE color: 6354595.
HSL color Cylindrical-coordinate representation of color #A3F660: hue angle of 93.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3F660 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 96 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.04 |
| HSL | 93.2º | 0.89% | 0.67% | - |
| HSV(B) | 93.2º | 0.61% | 0.96% | - |
| XYZ | 50.17 | 74.54 | 22.81 | - |
| YUV | 204.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 96 | 0.34 | 0 | 0.61 | 0.04 | 93.2 | 0.89 | 0.67 |
| Hex | A3 | F6 | 60 | 22 | 0 | 3D | 4 | 5D | 59 | 43 |
| Octal | 243 | 366 | 140 | 42 | 0 | 75 | 4 | 135 | 131 | 103 |
| Binary | 10100011 | 11110110 | 1100000 | 100010 | 0 | 111101 | 100 | 1011101 | 1011001 | 1000011 |
Color Harmonies of #A3F660
Complementary color
Monochromatic Colors of #A3F660
Black with #A3F660
Text Example
Text Example
White with #A3F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F660; }
p { color: rgb(163,246,96); }
H1.HeaderClassName
{
color: #A3F660;
}
.AnyTagClassName
{
color: #A3F660;
}
</style>
background-color css
<style>
a { background-color: #A3F660; }
a { background-color: rgb(163,246,96); }
div.DivClassName
{
background-color: #A3F660;
}
.BgClassName
{
background-color: #A3F660;
}
</style>
border-color css
<style>
span { border-color: #A3F660; }
span { border-color: rgb(163,246,96); }
td.TdClassName
{
border-color: #A3F660;
}
.TagClassName
{
border-color: #A3F660;
}
</style>