Shades of Feijoa #ABDA84
Tints of Feijoa #ABDA84
RGB
CMYK
RGB Variations
Color information
#ABDA84 (or 0xABDA84) is known color: Feijoa. HEX triplet: AB, DA and 84. RGB value is (171,218,132). Sum of RGB (Red+Green+Blue) = 171+218+132=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA84 is #54257B. Grayscale: #C2C2C2. Windows color (decimal): -5514620 or 8706731. OLE color: 8706731.
HSL color Cylindrical-coordinate representation of color #ABDA84: hue angle of 92.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDA84 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 132 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.15 |
| HSL | 92.79º | 0.54% | 0.69% | - |
| HSV(B) | 92.79º | 0.39% | 0.85% | - |
| XYZ | 46.03 | 60.47 | 31.07 | - |
| YUV | 194.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 132 | 0.22 | 0 | 0.39 | 0.15 | 92.79 | 0.54 | 0.69 |
| Hex | AB | DA | 84 | 16 | 0 | 27 | F | 5D | 36 | 45 |
| Octal | 253 | 332 | 204 | 26 | 0 | 47 | 17 | 135 | 66 | 105 |
| Binary | 10101011 | 11011010 | 10000100 | 10110 | 0 | 100111 | 1111 | 1011101 | 110110 | 1000101 |
Color Harmonies of #ABDA84
Complementary color
Monochromatic Colors of #ABDA84
Black with #ABDA84
Text Example
Text Example
White with #ABDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA84; }
p { color: rgb(171,218,132); }
H1.HeaderClassName
{
color: #ABDA84;
}
.AnyTagClassName
{
color: #ABDA84;
}
</style>
background-color css
<style>
a { background-color: #ABDA84; }
a { background-color: rgb(171,218,132); }
div.DivClassName
{
background-color: #ABDA84;
}
.BgClassName
{
background-color: #ABDA84;
}
</style>
border-color css
<style>
span { border-color: #ABDA84; }
span { border-color: rgb(171,218,132); }
td.TdClassName
{
border-color: #ABDA84;
}
.TagClassName
{
border-color: #ABDA84;
}
</style>