Shades of Conifer #A0D663
Tints of Conifer #A0D663
RGB
CMYK
RGB Variations
Color information
#A0D663 (or 0xA0D663) is known color: Conifer. HEX triplet: A0, D6 and 63. RGB value is (160,214,99). Sum of RGB (Red+Green+Blue) = 160+214+99=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D663 is #5F299C. Grayscale: #B9B9B9. Windows color (decimal): -6236573 or 6543008. OLE color: 6543008.
HSL color Cylindrical-coordinate representation of color #A0D663: hue angle of 88.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0D663 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 99 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.16 |
| HSL | 88.17º | 0.58% | 0.61% | - |
| HSV(B) | 88.17º | 0.54% | 0.84% | - |
| XYZ | 40.8 | 56.47 | 20.55 | - |
| YUV | 184.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 99 | 0.25 | 0 | 0.54 | 0.16 | 88.17 | 0.58 | 0.61 |
| Hex | A0 | D6 | 63 | 19 | 0 | 36 | 10 | 58 | 3A | 3D |
| Octal | 240 | 326 | 143 | 31 | 0 | 66 | 20 | 130 | 72 | 75 |
| Binary | 10100000 | 11010110 | 1100011 | 11001 | 0 | 110110 | 10000 | 1011000 | 111010 | 111101 |
Color Harmonies of #A0D663
Complementary color
Monochromatic Colors of #A0D663
Black with #A0D663
Text Example
Text Example
White with #A0D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D663; }
p { color: rgb(160,214,99); }
H1.HeaderClassName
{
color: #A0D663;
}
.AnyTagClassName
{
color: #A0D663;
}
</style>
background-color css
<style>
a { background-color: #A0D663; }
a { background-color: rgb(160,214,99); }
div.DivClassName
{
background-color: #A0D663;
}
.BgClassName
{
background-color: #A0D663;
}
</style>
border-color css
<style>
span { border-color: #A0D663; }
span { border-color: rgb(160,214,99); }
td.TdClassName
{
border-color: #A0D663;
}
.TagClassName
{
border-color: #A0D663;
}
</style>