Shades of Feijoa #ABDD8C
Tints of Feijoa #ABDD8C
RGB
CMYK
RGB Variations
Color information
#ABDD8C (or 0xABDD8C) is known color: Feijoa. HEX triplet: AB, DD and 8C. RGB value is (171,221,140). Sum of RGB (Red+Green+Blue) = 171+221+140=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD8C is #542273. Grayscale: #C5C5C5. Windows color (decimal): -5513844 or 9231787. OLE color: 9231787.
HSL color Cylindrical-coordinate representation of color #ABDD8C: hue angle of 97.04º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABDD8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 140 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.13 |
| HSL | 97.04º | 0.54% | 0.71% | - |
| HSV(B) | 97.04º | 0.37% | 0.87% | - |
| XYZ | 47.38 | 62.26 | 34.33 | - |
| YUV | 196.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 140 | 0.23 | 0 | 0.37 | 0.13 | 97.04 | 0.54 | 0.71 |
| Hex | AB | DD | 8C | 17 | 0 | 25 | D | 61 | 36 | 47 |
| Octal | 253 | 335 | 214 | 27 | 0 | 45 | 15 | 141 | 66 | 107 |
| Binary | 10101011 | 11011101 | 10001100 | 10111 | 0 | 100101 | 1101 | 1100001 | 110110 | 1000111 |
Color Harmonies of #ABDD8C
Complementary color
Monochromatic Colors of #ABDD8C
Black with #ABDD8C
Text Example
Text Example
White with #ABDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD8C; }
p { color: rgb(171,221,140); }
H1.HeaderClassName
{
color: #ABDD8C;
}
.AnyTagClassName
{
color: #ABDD8C;
}
</style>
background-color css
<style>
a { background-color: #ABDD8C; }
a { background-color: rgb(171,221,140); }
div.DivClassName
{
background-color: #ABDD8C;
}
.BgClassName
{
background-color: #ABDD8C;
}
</style>
border-color css
<style>
span { border-color: #ABDD8C; }
span { border-color: rgb(171,221,140); }
td.TdClassName
{
border-color: #ABDD8C;
}
.TagClassName
{
border-color: #ABDD8C;
}
</style>