Shades of Feijoa #ABF582
Tints of Feijoa #ABF582
RGB
CMYK
RGB Variations
Color information
#ABF582 (or 0xABF582) is known color: Feijoa. HEX triplet: AB, F5 and 82. RGB value is (171,245,130). Sum of RGB (Red+Green+Blue) = 171+245+130=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF582 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF582 is #540A7D. Grayscale: #D2D2D2. Windows color (decimal): -5507710 or 8582571. OLE color: 8582571.
HSL color Cylindrical-coordinate representation of color #ABF582: hue angle of 98.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABF582 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 130 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.04 |
| HSL | 98.61º | 0.85% | 0.74% | - |
| HSV(B) | 98.61º | 0.47% | 0.96% | - |
| XYZ | 53.48 | 75.57 | 32.89 | - |
| YUV | 209.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 130 | 0.30 | 0 | 0.47 | 0.04 | 98.61 | 0.85 | 0.74 |
| Hex | AB | F5 | 82 | 1E | 0 | 2F | 4 | 63 | 55 | 4A |
| Octal | 253 | 365 | 202 | 36 | 0 | 57 | 4 | 143 | 125 | 112 |
| Binary | 10101011 | 11110101 | 10000010 | 11110 | 0 | 101111 | 100 | 1100011 | 1010101 | 1001010 |
Color Harmonies of #ABF582
Complementary color
Monochromatic Colors of #ABF582
Black with #ABF582
Text Example
Text Example
White with #ABF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF582; }
p { color: rgb(171,245,130); }
H1.HeaderClassName
{
color: #ABF582;
}
.AnyTagClassName
{
color: #ABF582;
}
</style>
background-color css
<style>
a { background-color: #ABF582; }
a { background-color: rgb(171,245,130); }
div.DivClassName
{
background-color: #ABF582;
}
.BgClassName
{
background-color: #ABF582;
}
</style>
border-color css
<style>
span { border-color: #ABF582; }
span { border-color: rgb(171,245,130); }
td.TdClassName
{
border-color: #ABF582;
}
.TagClassName
{
border-color: #ABF582;
}
</style>