Shades of Feijoa #ABDF8D
Tints of Feijoa #ABDF8D
RGB
CMYK
RGB Variations
Color information
#ABDF8D (or 0xABDF8D) is known color: Feijoa. HEX triplet: AB, DF and 8D. RGB value is (171,223,141). Sum of RGB (Red+Green+Blue) = 171+223+141=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF8D is #542072. Grayscale: #C6C6C6. Windows color (decimal): -5513331 or 9297835. OLE color: 9297835.
HSL color Cylindrical-coordinate representation of color #ABDF8D: hue angle of 98.05º degrees, saturation: 0.56, 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 #ABDF8D is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 141 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.13 |
| HSL | 98.05º | 0.56% | 0.71% | - |
| HSV(B) | 98.05º | 0.37% | 0.87% | - |
| XYZ | 47.99 | 63.36 | 34.9 | - |
| YUV | 198.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 141 | 0.23 | 0 | 0.37 | 0.13 | 98.05 | 0.56 | 0.71 |
| Hex | AB | DF | 8D | 17 | 0 | 25 | D | 62 | 38 | 47 |
| Octal | 253 | 337 | 215 | 27 | 0 | 45 | 15 | 142 | 70 | 107 |
| Binary | 10101011 | 11011111 | 10001101 | 10111 | 0 | 100101 | 1101 | 1100010 | 111000 | 1000111 |
Color Harmonies of #ABDF8D
Complementary color
Monochromatic Colors of #ABDF8D
Black with #ABDF8D
Text Example
Text Example
White with #ABDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF8D; }
p { color: rgb(171,223,141); }
H1.HeaderClassName
{
color: #ABDF8D;
}
.AnyTagClassName
{
color: #ABDF8D;
}
</style>
background-color css
<style>
a { background-color: #ABDF8D; }
a { background-color: rgb(171,223,141); }
div.DivClassName
{
background-color: #ABDF8D;
}
.BgClassName
{
background-color: #ABDF8D;
}
</style>
border-color css
<style>
span { border-color: #ABDF8D; }
span { border-color: rgb(171,223,141); }
td.TdClassName
{
border-color: #ABDF8D;
}
.TagClassName
{
border-color: #ABDF8D;
}
</style>