Shades of Feijoa #ABF880
Tints of Feijoa #ABF880
RGB
CMYK
RGB Variations
Color information
#ABF880 (or 0xABF880) is known color: Feijoa. HEX triplet: AB, F8 and 80. RGB value is (171,248,128). Sum of RGB (Red+Green+Blue) = 171+248+128=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF880 is #54077F. Grayscale: #D3D3D3. Windows color (decimal): -5506944 or 8452267. OLE color: 8452267.
HSL color Cylindrical-coordinate representation of color #ABF880: hue angle of 98.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABF880 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 128 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.03 |
| HSL | 98.5º | 0.9% | 0.74% | - |
| HSV(B) | 98.5º | 0.48% | 0.97% | - |
| XYZ | 54.26 | 77.35 | 32.49 | - |
| YUV | 211.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 128 | 0.31 | 0 | 0.48 | 0.03 | 98.5 | 0.9 | 0.74 |
| Hex | AB | F8 | 80 | 1F | 0 | 30 | 3 | 62 | 5A | 4A |
| Octal | 253 | 370 | 200 | 37 | 0 | 60 | 3 | 142 | 132 | 112 |
| Binary | 10101011 | 11111000 | 10000000 | 11111 | 0 | 110000 | 11 | 1100010 | 1011010 | 1001010 |
Color Harmonies of #ABF880
Complementary color
Monochromatic Colors of #ABF880
Black with #ABF880
Text Example
Text Example
White with #ABF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF880; }
p { color: rgb(171,248,128); }
H1.HeaderClassName
{
color: #ABF880;
}
.AnyTagClassName
{
color: #ABF880;
}
</style>
background-color css
<style>
a { background-color: #ABF880; }
a { background-color: rgb(171,248,128); }
div.DivClassName
{
background-color: #ABF880;
}
.BgClassName
{
background-color: #ABF880;
}
</style>
border-color css
<style>
span { border-color: #ABF880; }
span { border-color: rgb(171,248,128); }
td.TdClassName
{
border-color: #ABF880;
}
.TagClassName
{
border-color: #ABF880;
}
</style>