Shades of Conifer #ABD566
Tints of Conifer #ABD566
RGB
CMYK
RGB Variations
Color information
#ABD566 (or 0xABD566) is known color: Conifer. HEX triplet: AB, D5 and 66. RGB value is (171,213,102). Sum of RGB (Red+Green+Blue) = 171+213+102=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD566 is #542A99. Grayscale: #BCBCBC. Windows color (decimal): -5515930 or 6739371. OLE color: 6739371.
HSL color Cylindrical-coordinate representation of color #ABD566: hue angle of 82.7º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABD566 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 213 | 102 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.16 |
| HSL | 82.7º | 0.57% | 0.62% | - |
| HSV(B) | 82.7º | 0.52% | 0.84% | - |
| XYZ | 42.99 | 57.21 | 21.35 | - |
| YUV | 187.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 213 | 102 | 0.20 | 0 | 0.52 | 0.16 | 82.7 | 0.57 | 0.62 |
| Hex | AB | D5 | 66 | 14 | 0 | 34 | 10 | 53 | 39 | 3E |
| Octal | 253 | 325 | 146 | 24 | 0 | 64 | 20 | 123 | 71 | 76 |
| Binary | 10101011 | 11010101 | 1100110 | 10100 | 0 | 110100 | 10000 | 1010011 | 111001 | 111110 |
Color Harmonies of #ABD566
Complementary color
Monochromatic Colors of #ABD566
Black with #ABD566
Text Example
Text Example
White with #ABD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD566; }
p { color: rgb(171,213,102); }
H1.HeaderClassName
{
color: #ABD566;
}
.AnyTagClassName
{
color: #ABD566;
}
</style>
background-color css
<style>
a { background-color: #ABD566; }
a { background-color: rgb(171,213,102); }
div.DivClassName
{
background-color: #ABD566;
}
.BgClassName
{
background-color: #ABD566;
}
</style>
border-color css
<style>
span { border-color: #ABD566; }
span { border-color: rgb(171,213,102); }
td.TdClassName
{
border-color: #ABD566;
}
.TagClassName
{
border-color: #ABD566;
}
</style>