Shades of Feijoa #ABF270
Tints of Feijoa #ABF270
RGB
CMYK
RGB Variations
Color information
#ABF270 (or 0xABF270) is known color: Feijoa. HEX triplet: AB, F2 and 70. RGB value is (171,242,112). Sum of RGB (Red+Green+Blue) = 171+242+112=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF270 is #540D8F. Grayscale: #CECECE. Windows color (decimal): -5508496 or 7402155. OLE color: 7402155.
HSL color Cylindrical-coordinate representation of color #ABF270: hue angle of 92.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABF270 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 112 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 92.77º | 0.83% | 0.69% | - |
| HSV(B) | 92.77º | 0.54% | 0.95% | - |
| XYZ | 51.47 | 73.33 | 26.77 | - |
| YUV | 205.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 112 | 0.29 | 0 | 0.54 | 0.05 | 92.77 | 0.83 | 0.69 |
| Hex | AB | F2 | 70 | 1D | 0 | 36 | 5 | 5D | 53 | 45 |
| Octal | 253 | 362 | 160 | 35 | 0 | 66 | 5 | 135 | 123 | 105 |
| Binary | 10101011 | 11110010 | 1110000 | 11101 | 0 | 110110 | 101 | 1011101 | 1010011 | 1000101 |
Color Harmonies of #ABF270
Complementary color
Monochromatic Colors of #ABF270
Black with #ABF270
Text Example
Text Example
White with #ABF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF270; }
p { color: rgb(171,242,112); }
H1.HeaderClassName
{
color: #ABF270;
}
.AnyTagClassName
{
color: #ABF270;
}
</style>
background-color css
<style>
a { background-color: #ABF270; }
a { background-color: rgb(171,242,112); }
div.DivClassName
{
background-color: #ABF270;
}
.BgClassName
{
background-color: #ABF270;
}
</style>
border-color css
<style>
span { border-color: #ABF270; }
span { border-color: rgb(171,242,112); }
td.TdClassName
{
border-color: #ABF270;
}
.TagClassName
{
border-color: #ABF270;
}
</style>