Shades of Feijoa #ABFE82
Tints of Feijoa #ABFE82
RGB
CMYK
RGB Variations
Color information
#ABFE82 (or 0xABFE82) is known color: Feijoa. HEX triplet: AB, FE and 82. RGB value is (171,254,130). Sum of RGB (Red+Green+Blue) = 171+254+130=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFE82 is #54017D. Grayscale: #D7D7D7. Windows color (decimal): -5505406 or 8584875. OLE color: 8584875.
HSL color Cylindrical-coordinate representation of color #ABFE82: hue angle of 100.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABFE82 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 130 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.00 |
| HSL | 100.16º | 0.98% | 0.75% | - |
| HSV(B) | 100.16º | 0.49% | 1% | - |
| XYZ | 56.27 | 81.15 | 33.82 | - |
| YUV | 215.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 130 | 0.33 | 0 | 0.49 | 0.00 | 100.16 | 0.98 | 0.75 |
| Hex | AB | FE | 82 | 21 | 0 | 31 | 0 | 64 | 62 | 4B |
| Octal | 253 | 376 | 202 | 41 | 0 | 61 | 0 | 144 | 142 | 113 |
| Binary | 10101011 | 11111110 | 10000010 | 100001 | 0 | 110001 | 0 | 1100100 | 1100010 | 1001011 |
Color Harmonies of #ABFE82
Complementary color
Monochromatic Colors of #ABFE82
Black with #ABFE82
Text Example
Text Example
White with #ABFE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE82; }
p { color: rgb(171,254,130); }
H1.HeaderClassName
{
color: #ABFE82;
}
.AnyTagClassName
{
color: #ABFE82;
}
</style>
background-color css
<style>
a { background-color: #ABFE82; }
a { background-color: rgb(171,254,130); }
div.DivClassName
{
background-color: #ABFE82;
}
.BgClassName
{
background-color: #ABFE82;
}
</style>
border-color css
<style>
span { border-color: #ABFE82; }
span { border-color: rgb(171,254,130); }
td.TdClassName
{
border-color: #ABFE82;
}
.TagClassName
{
border-color: #ABFE82;
}
</style>