Shades of Feijoa #ABF584
Tints of Feijoa #ABF584
RGB
CMYK
RGB Variations
Color information
#ABF584 (or 0xABF584) is known color: Feijoa. HEX triplet: AB, F5 and 84. RGB value is (171,245,132). Sum of RGB (Red+Green+Blue) = 171+245+132=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF584 is #540A7B. Grayscale: #D2D2D2. Windows color (decimal): -5507708 or 8713643. OLE color: 8713643.
HSL color Cylindrical-coordinate representation of color #ABF584: hue angle of 99.29º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABF584 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 132 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 99.29º | 0.85% | 0.74% | - |
| HSV(B) | 99.29º | 0.46% | 0.96% | - |
| XYZ | 53.61 | 75.63 | 33.6 | - |
| YUV | 209.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 132 | 0.30 | 0 | 0.46 | 0.04 | 99.29 | 0.85 | 0.74 |
| Hex | AB | F5 | 84 | 1E | 0 | 2E | 4 | 63 | 55 | 4A |
| Octal | 253 | 365 | 204 | 36 | 0 | 56 | 4 | 143 | 125 | 112 |
| Binary | 10101011 | 11110101 | 10000100 | 11110 | 0 | 101110 | 100 | 1100011 | 1010101 | 1001010 |
Color Harmonies of #ABF584
Complementary color
Monochromatic Colors of #ABF584
Black with #ABF584
Text Example
Text Example
White with #ABF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF584; }
p { color: rgb(171,245,132); }
H1.HeaderClassName
{
color: #ABF584;
}
.AnyTagClassName
{
color: #ABF584;
}
</style>
background-color css
<style>
a { background-color: #ABF584; }
a { background-color: rgb(171,245,132); }
div.DivClassName
{
background-color: #ABF584;
}
.BgClassName
{
background-color: #ABF584;
}
</style>
border-color css
<style>
span { border-color: #ABF584; }
span { border-color: rgb(171,245,132); }
td.TdClassName
{
border-color: #ABF584;
}
.TagClassName
{
border-color: #ABF584;
}
</style>