Shades of Feijoa #ABDE8F
Tints of Feijoa #ABDE8F
RGB
CMYK
RGB Variations
Color information
#ABDE8F (or 0xABDE8F) is known color: Feijoa. HEX triplet: AB, DE and 8F. RGB value is (171,222,143). Sum of RGB (Red+Green+Blue) = 171+222+143=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE8F is #542170. Grayscale: #C6C6C6. Windows color (decimal): -5513585 or 9428651. OLE color: 9428651.
HSL color Cylindrical-coordinate representation of color #ABDE8F: hue angle of 98.73º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABDE8F is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 143 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.13 |
| HSL | 98.73º | 0.54% | 0.72% | - |
| HSV(B) | 98.73º | 0.36% | 0.87% | - |
| XYZ | 47.87 | 62.88 | 35.6 | - |
| YUV | 197.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 143 | 0.23 | 0 | 0.36 | 0.13 | 98.73 | 0.54 | 0.72 |
| Hex | AB | DE | 8F | 17 | 0 | 24 | D | 63 | 36 | 48 |
| Octal | 253 | 336 | 217 | 27 | 0 | 44 | 15 | 143 | 66 | 110 |
| Binary | 10101011 | 11011110 | 10001111 | 10111 | 0 | 100100 | 1101 | 1100011 | 110110 | 1001000 |
Color Harmonies of #ABDE8F
Complementary color
Monochromatic Colors of #ABDE8F
Black with #ABDE8F
Text Example
Text Example
White with #ABDE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE8F; }
p { color: rgb(171,222,143); }
H1.HeaderClassName
{
color: #ABDE8F;
}
.AnyTagClassName
{
color: #ABDE8F;
}
</style>
background-color css
<style>
a { background-color: #ABDE8F; }
a { background-color: rgb(171,222,143); }
div.DivClassName
{
background-color: #ABDE8F;
}
.BgClassName
{
background-color: #ABDE8F;
}
</style>
border-color css
<style>
span { border-color: #ABDE8F; }
span { border-color: rgb(171,222,143); }
td.TdClassName
{
border-color: #ABDE8F;
}
.TagClassName
{
border-color: #ABDE8F;
}
</style>