Shades of Feijoa #ABDC88
Tints of Feijoa #ABDC88
RGB
CMYK
RGB Variations
Color information
#ABDC88 (or 0xABDC88) is known color: Feijoa. HEX triplet: AB, DC and 88. RGB value is (171,220,136). Sum of RGB (Red+Green+Blue) = 171+220+136=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC88 is #542377. Grayscale: #C4C4C4. Windows color (decimal): -5514104 or 8969387. OLE color: 8969387.
HSL color Cylindrical-coordinate representation of color #ABDC88: hue angle of 95º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDC88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 136 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.14 |
| HSL | 95º | 0.55% | 0.7% | - |
| HSV(B) | 95º | 0.38% | 0.86% | - |
| XYZ | 46.83 | 61.62 | 32.72 | - |
| YUV | 195.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 136 | 0.22 | 0 | 0.38 | 0.14 | 95 | 0.55 | 0.7 |
| Hex | AB | DC | 88 | 16 | 0 | 26 | E | 5F | 37 | 46 |
| Octal | 253 | 334 | 210 | 26 | 0 | 46 | 16 | 137 | 67 | 106 |
| Binary | 10101011 | 11011100 | 10001000 | 10110 | 0 | 100110 | 1110 | 1011111 | 110111 | 1000110 |
Color Harmonies of #ABDC88
Complementary color
Monochromatic Colors of #ABDC88
Black with #ABDC88
Text Example
Text Example
White with #ABDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC88; }
p { color: rgb(171,220,136); }
H1.HeaderClassName
{
color: #ABDC88;
}
.AnyTagClassName
{
color: #ABDC88;
}
</style>
background-color css
<style>
a { background-color: #ABDC88; }
a { background-color: rgb(171,220,136); }
div.DivClassName
{
background-color: #ABDC88;
}
.BgClassName
{
background-color: #ABDC88;
}
</style>
border-color css
<style>
span { border-color: #ABDC88; }
span { border-color: rgb(171,220,136); }
td.TdClassName
{
border-color: #ABDC88;
}
.TagClassName
{
border-color: #ABDC88;
}
</style>