Shades of Feijoa #ABDF84
Tints of Feijoa #ABDF84
RGB
CMYK
RGB Variations
Color information
#ABDF84 (or 0xABDF84) is known color: Feijoa. HEX triplet: AB, DF and 84. RGB value is (171,223,132). Sum of RGB (Red+Green+Blue) = 171+223+132=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF84 is #54207B. Grayscale: #C5C5C5. Windows color (decimal): -5513340 or 8708011. OLE color: 8708011.
HSL color Cylindrical-coordinate representation of color #ABDF84: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABDF84 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 132 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.13 |
| HSL | 94.29º | 0.59% | 0.7% | - |
| HSV(B) | 94.29º | 0.41% | 0.87% | - |
| XYZ | 47.35 | 63.1 | 31.51 | - |
| YUV | 197.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 132 | 0.23 | 0 | 0.41 | 0.13 | 94.29 | 0.59 | 0.7 |
| Hex | AB | DF | 84 | 17 | 0 | 29 | D | 5E | 3B | 46 |
| Octal | 253 | 337 | 204 | 27 | 0 | 51 | 15 | 136 | 73 | 106 |
| Binary | 10101011 | 11011111 | 10000100 | 10111 | 0 | 101001 | 1101 | 1011110 | 111011 | 1000110 |
Color Harmonies of #ABDF84
Complementary color
Monochromatic Colors of #ABDF84
Black with #ABDF84
Text Example
Text Example
White with #ABDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF84; }
p { color: rgb(171,223,132); }
H1.HeaderClassName
{
color: #ABDF84;
}
.AnyTagClassName
{
color: #ABDF84;
}
</style>
background-color css
<style>
a { background-color: #ABDF84; }
a { background-color: rgb(171,223,132); }
div.DivClassName
{
background-color: #ABDF84;
}
.BgClassName
{
background-color: #ABDF84;
}
</style>
border-color css
<style>
span { border-color: #ABDF84; }
span { border-color: rgb(171,223,132); }
td.TdClassName
{
border-color: #ABDF84;
}
.TagClassName
{
border-color: #ABDF84;
}
</style>