Shades of Conifer #ABD163
Tints of Conifer #ABD163
RGB
CMYK
RGB Variations
Color information
#ABD163 (or 0xABD163) is known color: Conifer. HEX triplet: AB, D1 and 63. RGB value is (171,209,99). Sum of RGB (Red+Green+Blue) = 171+209+99=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD163 is #542E9C. Grayscale: #B9B9B9. Windows color (decimal): -5516957 or 6541739. OLE color: 6541739.
HSL color Cylindrical-coordinate representation of color #ABD163: hue angle of 80.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABD163 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 99 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.18 |
| HSL | 80.73º | 0.54% | 0.6% | - |
| HSV(B) | 80.73º | 0.53% | 0.82% | - |
| XYZ | 41.85 | 55.16 | 20.25 | - |
| YUV | 185.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 99 | 0.18 | 0 | 0.53 | 0.18 | 80.73 | 0.54 | 0.6 |
| Hex | AB | D1 | 63 | 12 | 0 | 35 | 12 | 51 | 36 | 3C |
| Octal | 253 | 321 | 143 | 22 | 0 | 65 | 22 | 121 | 66 | 74 |
| Binary | 10101011 | 11010001 | 1100011 | 10010 | 0 | 110101 | 10010 | 1010001 | 110110 | 111100 |
Color Harmonies of #ABD163
Complementary color
Monochromatic Colors of #ABD163
Black with #ABD163
Text Example
Text Example
White with #ABD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD163; }
p { color: rgb(171,209,99); }
H1.HeaderClassName
{
color: #ABD163;
}
.AnyTagClassName
{
color: #ABD163;
}
</style>
background-color css
<style>
a { background-color: #ABD163; }
a { background-color: rgb(171,209,99); }
div.DivClassName
{
background-color: #ABD163;
}
.BgClassName
{
background-color: #ABD163;
}
</style>
border-color css
<style>
span { border-color: #ABD163; }
span { border-color: rgb(171,209,99); }
td.TdClassName
{
border-color: #ABD163;
}
.TagClassName
{
border-color: #ABD163;
}
</style>