Shades of Feijoa #ABDC87
Tints of Feijoa #ABDC87
RGB
CMYK
RGB Variations
Color information
#ABDC87 (or 0xABDC87) is known color: Feijoa. HEX triplet: AB, DC and 87. RGB value is (171,220,135). Sum of RGB (Red+Green+Blue) = 171+220+135=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC87 is #542378. Grayscale: #C3C3C3. Windows color (decimal): -5514105 or 8903851. OLE color: 8903851.
HSL color Cylindrical-coordinate representation of color #ABDC87: hue angle of 94.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDC87 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 135 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.14 |
| HSL | 94.59º | 0.55% | 0.7% | - |
| HSV(B) | 94.59º | 0.39% | 0.86% | - |
| XYZ | 46.76 | 61.59 | 32.35 | - |
| YUV | 195.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 135 | 0.22 | 0 | 0.39 | 0.14 | 94.59 | 0.55 | 0.7 |
| Hex | AB | DC | 87 | 16 | 0 | 27 | E | 5F | 37 | 46 |
| Octal | 253 | 334 | 207 | 26 | 0 | 47 | 16 | 137 | 67 | 106 |
| Binary | 10101011 | 11011100 | 10000111 | 10110 | 0 | 100111 | 1110 | 1011111 | 110111 | 1000110 |
Color Harmonies of #ABDC87
Complementary color
Monochromatic Colors of #ABDC87
Black with #ABDC87
Text Example
Text Example
White with #ABDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC87; }
p { color: rgb(171,220,135); }
H1.HeaderClassName
{
color: #ABDC87;
}
.AnyTagClassName
{
color: #ABDC87;
}
</style>
background-color css
<style>
a { background-color: #ABDC87; }
a { background-color: rgb(171,220,135); }
div.DivClassName
{
background-color: #ABDC87;
}
.BgClassName
{
background-color: #ABDC87;
}
</style>
border-color css
<style>
span { border-color: #ABDC87; }
span { border-color: rgb(171,220,135); }
td.TdClassName
{
border-color: #ABDC87;
}
.TagClassName
{
border-color: #ABDC87;
}
</style>