Shades of Feijoa #ABDF8B
Tints of Feijoa #ABDF8B
RGB
CMYK
RGB Variations
Color information
#ABDF8B (or 0xABDF8B) is known color: Feijoa. HEX triplet: AB, DF and 8B. RGB value is (171,223,139). Sum of RGB (Red+Green+Blue) = 171+223+139=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF8B is #542074. Grayscale: #C6C6C6. Windows color (decimal): -5513333 or 9166763. OLE color: 9166763.
HSL color Cylindrical-coordinate representation of color #ABDF8B: hue angle of 97.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDF8B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 139 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.13 |
| HSL | 97.14º | 0.57% | 0.71% | - |
| HSV(B) | 97.14º | 0.38% | 0.87% | - |
| XYZ | 47.84 | 63.3 | 34.12 | - |
| YUV | 197.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 139 | 0.23 | 0 | 0.38 | 0.13 | 97.14 | 0.57 | 0.71 |
| Hex | AB | DF | 8B | 17 | 0 | 26 | D | 61 | 39 | 47 |
| Octal | 253 | 337 | 213 | 27 | 0 | 46 | 15 | 141 | 71 | 107 |
| Binary | 10101011 | 11011111 | 10001011 | 10111 | 0 | 100110 | 1101 | 1100001 | 111001 | 1000111 |
Color Harmonies of #ABDF8B
Complementary color
Monochromatic Colors of #ABDF8B
Black with #ABDF8B
Text Example
Text Example
White with #ABDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF8B; }
p { color: rgb(171,223,139); }
H1.HeaderClassName
{
color: #ABDF8B;
}
.AnyTagClassName
{
color: #ABDF8B;
}
</style>
background-color css
<style>
a { background-color: #ABDF8B; }
a { background-color: rgb(171,223,139); }
div.DivClassName
{
background-color: #ABDF8B;
}
.BgClassName
{
background-color: #ABDF8B;
}
</style>
border-color css
<style>
span { border-color: #ABDF8B; }
span { border-color: rgb(171,223,139); }
td.TdClassName
{
border-color: #ABDF8B;
}
.TagClassName
{
border-color: #ABDF8B;
}
</style>