Shades of Feijoa #ABFD7E
Tints of Feijoa #ABFD7E
RGB
CMYK
RGB Variations
Color information
#ABFD7E (or 0xABFD7E) is known color: Feijoa. HEX triplet: AB, FD and 7E. RGB value is (171,253,126). Sum of RGB (Red+Green+Blue) = 171+253+126=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD7E is #540281. Grayscale: #D6D6D6. Windows color (decimal): -5505666 or 8322475. OLE color: 8322475.
HSL color Cylindrical-coordinate representation of color #ABFD7E: hue angle of 98.74º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFD7E is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 126 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.01 |
| HSL | 98.74º | 0.97% | 0.74% | - |
| HSV(B) | 98.74º | 0.5% | 0.99% | - |
| XYZ | 55.69 | 80.41 | 32.33 | - |
| YUV | 214 | 78.33 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 126 | 0.32 | 0 | 0.50 | 0.01 | 98.74 | 0.97 | 0.74 |
| Hex | AB | FD | 7E | 20 | 0 | 32 | 1 | 63 | 61 | 4A |
| Octal | 253 | 375 | 176 | 40 | 0 | 62 | 1 | 143 | 141 | 112 |
| Binary | 10101011 | 11111101 | 1111110 | 100000 | 0 | 110010 | 1 | 1100011 | 1100001 | 1001010 |
Color Harmonies of #ABFD7E
Complementary color
Monochromatic Colors of #ABFD7E
Black with #ABFD7E
Text Example
Text Example
White with #ABFD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD7E; }
p { color: rgb(171,253,126); }
H1.HeaderClassName
{
color: #ABFD7E;
}
.AnyTagClassName
{
color: #ABFD7E;
}
</style>
background-color css
<style>
a { background-color: #ABFD7E; }
a { background-color: rgb(171,253,126); }
div.DivClassName
{
background-color: #ABFD7E;
}
.BgClassName
{
background-color: #ABFD7E;
}
</style>
border-color css
<style>
span { border-color: #ABFD7E; }
span { border-color: rgb(171,253,126); }
td.TdClassName
{
border-color: #ABFD7E;
}
.TagClassName
{
border-color: #ABFD7E;
}
</style>