Shades of Feijoa #ABF672
Tints of Feijoa #ABF672
RGB
CMYK
RGB Variations
Color information
#ABF672 (or 0xABF672) is known color: Feijoa. HEX triplet: AB, F6 and 72. RGB value is (171,246,114). Sum of RGB (Red+Green+Blue) = 171+246+114=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF672 is #54098D. Grayscale: #D0D0D0. Windows color (decimal): -5507470 or 7534251. OLE color: 7534251.
HSL color Cylindrical-coordinate representation of color #ABF672: hue angle of 94.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABF672 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 246 | 114 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 94.09º | 0.88% | 0.71% | - |
| HSV(B) | 94.09º | 0.54% | 0.96% | - |
| XYZ | 52.79 | 75.78 | 27.77 | - |
| YUV | 208.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 246 | 114 | 0.30 | 0 | 0.54 | 0.04 | 94.09 | 0.88 | 0.71 |
| Hex | AB | F6 | 72 | 1E | 0 | 36 | 4 | 5E | 58 | 47 |
| Octal | 253 | 366 | 162 | 36 | 0 | 66 | 4 | 136 | 130 | 107 |
| Binary | 10101011 | 11110110 | 1110010 | 11110 | 0 | 110110 | 100 | 1011110 | 1011000 | 1000111 |
Color Harmonies of #ABF672
Complementary color
Monochromatic Colors of #ABF672
Black with #ABF672
Text Example
Text Example
White with #ABF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF672; }
p { color: rgb(171,246,114); }
H1.HeaderClassName
{
color: #ABF672;
}
.AnyTagClassName
{
color: #ABF672;
}
</style>
background-color css
<style>
a { background-color: #ABF672; }
a { background-color: rgb(171,246,114); }
div.DivClassName
{
background-color: #ABF672;
}
.BgClassName
{
background-color: #ABF672;
}
</style>
border-color css
<style>
span { border-color: #ABF672; }
span { border-color: rgb(171,246,114); }
td.TdClassName
{
border-color: #ABF672;
}
.TagClassName
{
border-color: #ABF672;
}
</style>