Shades of Conifer #ABD766
Tints of Conifer #ABD766
RGB
CMYK
RGB Variations
Color information
#ABD766 (or 0xABD766) is known color: Conifer. HEX triplet: AB, D7 and 66. RGB value is (171,215,102). Sum of RGB (Red+Green+Blue) = 171+215+102=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD766 is #542899. Grayscale: #BDBDBD. Windows color (decimal): -5515418 or 6739883. OLE color: 6739883.
HSL color Cylindrical-coordinate representation of color #ABD766: hue angle of 83.36º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABD766 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 215 | 102 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.16 |
| HSL | 83.36º | 0.59% | 0.62% | - |
| HSV(B) | 83.36º | 0.53% | 0.84% | - |
| XYZ | 43.49 | 58.22 | 21.52 | - |
| YUV | 188.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 215 | 102 | 0.20 | 0 | 0.53 | 0.16 | 83.36 | 0.59 | 0.62 |
| Hex | AB | D7 | 66 | 14 | 0 | 35 | 10 | 53 | 3B | 3E |
| Octal | 253 | 327 | 146 | 24 | 0 | 65 | 20 | 123 | 73 | 76 |
| Binary | 10101011 | 11010111 | 1100110 | 10100 | 0 | 110101 | 10000 | 1010011 | 111011 | 111110 |
Color Harmonies of #ABD766
Complementary color
Monochromatic Colors of #ABD766
Black with #ABD766
Text Example
Text Example
White with #ABD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD766; }
p { color: rgb(171,215,102); }
H1.HeaderClassName
{
color: #ABD766;
}
.AnyTagClassName
{
color: #ABD766;
}
</style>
background-color css
<style>
a { background-color: #ABD766; }
a { background-color: rgb(171,215,102); }
div.DivClassName
{
background-color: #ABD766;
}
.BgClassName
{
background-color: #ABD766;
}
</style>
border-color css
<style>
span { border-color: #ABD766; }
span { border-color: rgb(171,215,102); }
td.TdClassName
{
border-color: #ABD766;
}
.TagClassName
{
border-color: #ABD766;
}
</style>