Shades of Feijoa #ABEF8A
Tints of Feijoa #ABEF8A
RGB
CMYK
RGB Variations
Color information
#ABEF8A (or 0xABEF8A) is known color: Feijoa. HEX triplet: AB, EF and 8A. RGB value is (171,239,138). Sum of RGB (Red+Green+Blue) = 171+239+138=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEF8A is #541075. Grayscale: #CFCFCF. Windows color (decimal): -5509238 or 9105323. OLE color: 9105323.
HSL color Cylindrical-coordinate representation of color #ABEF8A: hue angle of 100.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABEF8A is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 138 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.06 |
| HSL | 100.4º | 0.76% | 0.74% | - |
| HSV(B) | 100.4º | 0.42% | 0.94% | - |
| XYZ | 52.25 | 72.23 | 35.23 | - |
| YUV | 207.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 138 | 0.28 | 0 | 0.42 | 0.06 | 100.4 | 0.76 | 0.74 |
| Hex | AB | EF | 8A | 1C | 0 | 2A | 6 | 64 | 4C | 4A |
| Octal | 253 | 357 | 212 | 34 | 0 | 52 | 6 | 144 | 114 | 112 |
| Binary | 10101011 | 11101111 | 10001010 | 11100 | 0 | 101010 | 110 | 1100100 | 1001100 | 1001010 |
Color Harmonies of #ABEF8A
Complementary color
Monochromatic Colors of #ABEF8A
Black with #ABEF8A
Text Example
Text Example
White with #ABEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF8A; }
p { color: rgb(171,239,138); }
H1.HeaderClassName
{
color: #ABEF8A;
}
.AnyTagClassName
{
color: #ABEF8A;
}
</style>
background-color css
<style>
a { background-color: #ABEF8A; }
a { background-color: rgb(171,239,138); }
div.DivClassName
{
background-color: #ABEF8A;
}
.BgClassName
{
background-color: #ABEF8A;
}
</style>
border-color css
<style>
span { border-color: #ABEF8A; }
span { border-color: rgb(171,239,138); }
td.TdClassName
{
border-color: #ABEF8A;
}
.TagClassName
{
border-color: #ABEF8A;
}
</style>