Shades of Feijoa #ABDD8B
Tints of Feijoa #ABDD8B
RGB
CMYK
RGB Variations
Color information
#ABDD8B (or 0xABDD8B) is known color: Feijoa. HEX triplet: AB, DD and 8B. RGB value is (171,221,139). Sum of RGB (Red+Green+Blue) = 171+221+139=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD8B is #542274. Grayscale: #C4C4C4. Windows color (decimal): -5513845 or 9166251. OLE color: 9166251.
HSL color Cylindrical-coordinate representation of color #ABDD8B: hue angle of 96.59º degrees, saturation: 0.55, 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 #ABDD8B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 139 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.13 |
| HSL | 96.59º | 0.55% | 0.71% | - |
| HSV(B) | 96.59º | 0.37% | 0.87% | - |
| XYZ | 47.31 | 62.23 | 33.95 | - |
| YUV | 196.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 139 | 0.23 | 0 | 0.37 | 0.13 | 96.59 | 0.55 | 0.71 |
| Hex | AB | DD | 8B | 17 | 0 | 25 | D | 61 | 37 | 47 |
| Octal | 253 | 335 | 213 | 27 | 0 | 45 | 15 | 141 | 67 | 107 |
| Binary | 10101011 | 11011101 | 10001011 | 10111 | 0 | 100101 | 1101 | 1100001 | 110111 | 1000111 |
Color Harmonies of #ABDD8B
Complementary color
Monochromatic Colors of #ABDD8B
Black with #ABDD8B
Text Example
Text Example
White with #ABDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD8B; }
p { color: rgb(171,221,139); }
H1.HeaderClassName
{
color: #ABDD8B;
}
.AnyTagClassName
{
color: #ABDD8B;
}
</style>
background-color css
<style>
a { background-color: #ABDD8B; }
a { background-color: rgb(171,221,139); }
div.DivClassName
{
background-color: #ABDD8B;
}
.BgClassName
{
background-color: #ABDD8B;
}
</style>
border-color css
<style>
span { border-color: #ABDD8B; }
span { border-color: rgb(171,221,139); }
td.TdClassName
{
border-color: #ABDD8B;
}
.TagClassName
{
border-color: #ABDD8B;
}
</style>