Shades of Feijoa #ABDF88
Tints of Feijoa #ABDF88
RGB
CMYK
RGB Variations
Color information
#ABDF88 (or 0xABDF88) is known color: Feijoa. HEX triplet: AB, DF and 88. RGB value is (171,223,136). Sum of RGB (Red+Green+Blue) = 171+223+136=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF88 is #542077. Grayscale: #C5C5C5. Windows color (decimal): -5513336 or 8970155. OLE color: 8970155.
HSL color Cylindrical-coordinate representation of color #ABDF88: hue angle of 95.86º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDF88 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 136 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.13 |
| HSL | 95.86º | 0.58% | 0.7% | - |
| HSV(B) | 95.86º | 0.39% | 0.87% | - |
| XYZ | 47.63 | 63.21 | 32.98 | - |
| YUV | 197.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 136 | 0.23 | 0 | 0.39 | 0.13 | 95.86 | 0.58 | 0.7 |
| Hex | AB | DF | 88 | 17 | 0 | 27 | D | 60 | 3A | 46 |
| Octal | 253 | 337 | 210 | 27 | 0 | 47 | 15 | 140 | 72 | 106 |
| Binary | 10101011 | 11011111 | 10001000 | 10111 | 0 | 100111 | 1101 | 1100000 | 111010 | 1000110 |
Color Harmonies of #ABDF88
Complementary color
Monochromatic Colors of #ABDF88
Black with #ABDF88
Text Example
Text Example
White with #ABDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF88; }
p { color: rgb(171,223,136); }
H1.HeaderClassName
{
color: #ABDF88;
}
.AnyTagClassName
{
color: #ABDF88;
}
</style>
background-color css
<style>
a { background-color: #ABDF88; }
a { background-color: rgb(171,223,136); }
div.DivClassName
{
background-color: #ABDF88;
}
.BgClassName
{
background-color: #ABDF88;
}
</style>
border-color css
<style>
span { border-color: #ABDF88; }
span { border-color: rgb(171,223,136); }
td.TdClassName
{
border-color: #ABDF88;
}
.TagClassName
{
border-color: #ABDF88;
}
</style>