Shades of Feijoa #ABF085
Tints of Feijoa #ABF085
RGB
CMYK
RGB Variations
Color information
#ABF085 (or 0xABF085) is known color: Feijoa. HEX triplet: AB, F0 and 85. RGB value is (171,240,133). Sum of RGB (Red+Green+Blue) = 171+240+133=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF085 is #540F7A. Grayscale: #CFCFCF. Windows color (decimal): -5508987 or 8777899. OLE color: 8777899.
HSL color Cylindrical-coordinate representation of color #ABF085: hue angle of 98.69º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABF085 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 133 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.06 |
| HSL | 98.69º | 0.78% | 0.73% | - |
| HSV(B) | 98.69º | 0.45% | 0.94% | - |
| XYZ | 52.19 | 72.67 | 33.47 | - |
| YUV | 207.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 133 | 0.29 | 0 | 0.45 | 0.06 | 98.69 | 0.78 | 0.73 |
| Hex | AB | F0 | 85 | 1D | 0 | 2D | 6 | 63 | 4E | 49 |
| Octal | 253 | 360 | 205 | 35 | 0 | 55 | 6 | 143 | 116 | 111 |
| Binary | 10101011 | 11110000 | 10000101 | 11101 | 0 | 101101 | 110 | 1100011 | 1001110 | 1001001 |
Color Harmonies of #ABF085
Complementary color
Monochromatic Colors of #ABF085
Black with #ABF085
Text Example
Text Example
White with #ABF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF085; }
p { color: rgb(171,240,133); }
H1.HeaderClassName
{
color: #ABF085;
}
.AnyTagClassName
{
color: #ABF085;
}
</style>
background-color css
<style>
a { background-color: #ABF085; }
a { background-color: rgb(171,240,133); }
div.DivClassName
{
background-color: #ABF085;
}
.BgClassName
{
background-color: #ABF085;
}
</style>
border-color css
<style>
span { border-color: #ABF085; }
span { border-color: rgb(171,240,133); }
td.TdClassName
{
border-color: #ABF085;
}
.TagClassName
{
border-color: #ABF085;
}
</style>