Shades of Feijoa #ABD880
Tints of Feijoa #ABD880
RGB
CMYK
RGB Variations
Color information
#ABD880 (or 0xABD880) is known color: Feijoa. HEX triplet: AB, D8 and 80. RGB value is (171,216,128). Sum of RGB (Red+Green+Blue) = 171+216+128=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD880 is #54277F. Grayscale: #C0C0C0. Windows color (decimal): -5515136 or 8444075. OLE color: 8444075.
HSL color Cylindrical-coordinate representation of color #ABD880: hue angle of 90.68º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABD880 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 128 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90.68º | 0.53% | 0.67% | - |
| HSV(B) | 90.68º | 0.41% | 0.85% | - |
| XYZ | 45.25 | 59.33 | 29.49 | - |
| YUV | 192.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 128 | 0.21 | 0 | 0.41 | 0.15 | 90.68 | 0.53 | 0.67 |
| Hex | AB | D8 | 80 | 15 | 0 | 29 | F | 5B | 35 | 43 |
| Octal | 253 | 330 | 200 | 25 | 0 | 51 | 17 | 133 | 65 | 103 |
| Binary | 10101011 | 11011000 | 10000000 | 10101 | 0 | 101001 | 1111 | 1011011 | 110101 | 1000011 |
Color Harmonies of #ABD880
Complementary color
Monochromatic Colors of #ABD880
Black with #ABD880
Text Example
Text Example
White with #ABD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD880; }
p { color: rgb(171,216,128); }
H1.HeaderClassName
{
color: #ABD880;
}
.AnyTagClassName
{
color: #ABD880;
}
</style>
background-color css
<style>
a { background-color: #ABD880; }
a { background-color: rgb(171,216,128); }
div.DivClassName
{
background-color: #ABD880;
}
.BgClassName
{
background-color: #ABD880;
}
</style>
border-color css
<style>
span { border-color: #ABD880; }
span { border-color: rgb(171,216,128); }
td.TdClassName
{
border-color: #ABD880;
}
.TagClassName
{
border-color: #ABD880;
}
</style>