Shades of Feijoa #ABDF80
Tints of Feijoa #ABDF80
RGB
CMYK
RGB Variations
Color information
#ABDF80 (or 0xABDF80) is known color: Feijoa. HEX triplet: AB, DF and 80. RGB value is (171,223,128). Sum of RGB (Red+Green+Blue) = 171+223+128=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF80 is #54207F. Grayscale: #C4C4C4. Windows color (decimal): -5513344 or 8445867. OLE color: 8445867.
HSL color Cylindrical-coordinate representation of color #ABDF80: hue angle of 92.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABDF80 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 128 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.13 |
| HSL | 92.84º | 0.6% | 0.69% | - |
| HSV(B) | 92.84º | 0.43% | 0.87% | - |
| XYZ | 47.08 | 62.99 | 30.1 | - |
| YUV | 196.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 128 | 0.23 | 0 | 0.43 | 0.13 | 92.84 | 0.6 | 0.69 |
| Hex | AB | DF | 80 | 17 | 0 | 2B | D | 5D | 3C | 45 |
| Octal | 253 | 337 | 200 | 27 | 0 | 53 | 15 | 135 | 74 | 105 |
| Binary | 10101011 | 11011111 | 10000000 | 10111 | 0 | 101011 | 1101 | 1011101 | 111100 | 1000101 |
Color Harmonies of #ABDF80
Complementary color
Monochromatic Colors of #ABDF80
Black with #ABDF80
Text Example
Text Example
White with #ABDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF80; }
p { color: rgb(171,223,128); }
H1.HeaderClassName
{
color: #ABDF80;
}
.AnyTagClassName
{
color: #ABDF80;
}
</style>
background-color css
<style>
a { background-color: #ABDF80; }
a { background-color: rgb(171,223,128); }
div.DivClassName
{
background-color: #ABDF80;
}
.BgClassName
{
background-color: #ABDF80;
}
</style>
border-color css
<style>
span { border-color: #ABDF80; }
span { border-color: rgb(171,223,128); }
td.TdClassName
{
border-color: #ABDF80;
}
.TagClassName
{
border-color: #ABDF80;
}
</style>