Shades of Feijoa #ABDD88
Tints of Feijoa #ABDD88
RGB
CMYK
RGB Variations
Color information
#ABDD88 (or 0xABDD88) is known color: Feijoa. HEX triplet: AB, DD and 88. RGB value is (171,221,136). Sum of RGB (Red+Green+Blue) = 171+221+136=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD88 is #542277. Grayscale: #C4C4C4. Windows color (decimal): -5513848 or 8969643. OLE color: 8969643.
HSL color Cylindrical-coordinate representation of color #ABDD88: hue angle of 95.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDD88 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 136 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.13 |
| HSL | 95.29º | 0.56% | 0.7% | - |
| HSV(B) | 95.29º | 0.38% | 0.87% | - |
| XYZ | 47.09 | 62.15 | 32.81 | - |
| YUV | 196.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 136 | 0.23 | 0 | 0.38 | 0.13 | 95.29 | 0.56 | 0.7 |
| Hex | AB | DD | 88 | 17 | 0 | 26 | D | 5F | 38 | 46 |
| Octal | 253 | 335 | 210 | 27 | 0 | 46 | 15 | 137 | 70 | 106 |
| Binary | 10101011 | 11011101 | 10001000 | 10111 | 0 | 100110 | 1101 | 1011111 | 111000 | 1000110 |
Color Harmonies of #ABDD88
Complementary color
Monochromatic Colors of #ABDD88
Black with #ABDD88
Text Example
Text Example
White with #ABDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD88; }
p { color: rgb(171,221,136); }
H1.HeaderClassName
{
color: #ABDD88;
}
.AnyTagClassName
{
color: #ABDD88;
}
</style>
background-color css
<style>
a { background-color: #ABDD88; }
a { background-color: rgb(171,221,136); }
div.DivClassName
{
background-color: #ABDD88;
}
.BgClassName
{
background-color: #ABDD88;
}
</style>
border-color css
<style>
span { border-color: #ABDD88; }
span { border-color: rgb(171,221,136); }
td.TdClassName
{
border-color: #ABDD88;
}
.TagClassName
{
border-color: #ABDD88;
}
</style>