Shades of Feijoa #ABF388
Tints of Feijoa #ABF388
RGB
CMYK
RGB Variations
Color information
#ABF388 (or 0xABF388) is known color: Feijoa. HEX triplet: AB, F3 and 88. RGB value is (171,243,136). Sum of RGB (Red+Green+Blue) = 171+243+136=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF388 is #540C77. Grayscale: #D1D1D1. Windows color (decimal): -5508216 or 8975275. OLE color: 8975275.
HSL color Cylindrical-coordinate representation of color #ABF388: hue angle of 100.37º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABF388 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.05 |
| HSL | 100.37º | 0.82% | 0.74% | - |
| HSV(B) | 100.37º | 0.44% | 0.95% | - |
| XYZ | 53.29 | 74.54 | 34.87 | - |
| YUV | 209.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 136 | 0.30 | 0 | 0.44 | 0.05 | 100.37 | 0.82 | 0.74 |
| Hex | AB | F3 | 88 | 1E | 0 | 2C | 5 | 64 | 52 | 4A |
| Octal | 253 | 363 | 210 | 36 | 0 | 54 | 5 | 144 | 122 | 112 |
| Binary | 10101011 | 11110011 | 10001000 | 11110 | 0 | 101100 | 101 | 1100100 | 1010010 | 1001010 |
Color Harmonies of #ABF388
Complementary color
Monochromatic Colors of #ABF388
Black with #ABF388
Text Example
Text Example
White with #ABF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF388; }
p { color: rgb(171,243,136); }
H1.HeaderClassName
{
color: #ABF388;
}
.AnyTagClassName
{
color: #ABF388;
}
</style>
background-color css
<style>
a { background-color: #ABF388; }
a { background-color: rgb(171,243,136); }
div.DivClassName
{
background-color: #ABF388;
}
.BgClassName
{
background-color: #ABF388;
}
</style>
border-color css
<style>
span { border-color: #ABF388; }
span { border-color: rgb(171,243,136); }
td.TdClassName
{
border-color: #ABF388;
}
.TagClassName
{
border-color: #ABF388;
}
</style>