Shades of Feijoa #ABF273
Tints of Feijoa #ABF273
RGB
CMYK
RGB Variations
Color information
#ABF273 (or 0xABF273) is known color: Feijoa. HEX triplet: AB, F2 and 73. RGB value is (171,242,115). Sum of RGB (Red+Green+Blue) = 171+242+115=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF273 is #540D8C. Grayscale: #CECECE. Windows color (decimal): -5508493 or 7598763. OLE color: 7598763.
HSL color Cylindrical-coordinate representation of color #ABF273: hue angle of 93.54º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABF273 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 115 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 93.54º | 0.83% | 0.7% | - |
| HSV(B) | 93.54º | 0.52% | 0.95% | - |
| XYZ | 51.64 | 73.4 | 27.67 | - |
| YUV | 206.29 | 76.48 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 115 | 0.29 | 0 | 0.52 | 0.05 | 93.54 | 0.83 | 0.7 |
| Hex | AB | F2 | 73 | 1D | 0 | 34 | 5 | 5E | 53 | 46 |
| Octal | 253 | 362 | 163 | 35 | 0 | 64 | 5 | 136 | 123 | 106 |
| Binary | 10101011 | 11110010 | 1110011 | 11101 | 0 | 110100 | 101 | 1011110 | 1010011 | 1000110 |
Color Harmonies of #ABF273
Complementary color
Monochromatic Colors of #ABF273
Black with #ABF273
Text Example
Text Example
White with #ABF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF273; }
p { color: rgb(171,242,115); }
H1.HeaderClassName
{
color: #ABF273;
}
.AnyTagClassName
{
color: #ABF273;
}
</style>
background-color css
<style>
a { background-color: #ABF273; }
a { background-color: rgb(171,242,115); }
div.DivClassName
{
background-color: #ABF273;
}
.BgClassName
{
background-color: #ABF273;
}
</style>
border-color css
<style>
span { border-color: #ABF273; }
span { border-color: rgb(171,242,115); }
td.TdClassName
{
border-color: #ABF273;
}
.TagClassName
{
border-color: #ABF273;
}
</style>