Shades of Feijoa #A8E28B
Tints of Feijoa #A8E28B
RGB
CMYK
RGB Variations
Color information
#A8E28B (or 0xA8E28B) is known color: Feijoa. HEX triplet: A8, E2 and 8B. RGB value is (168,226,139). Sum of RGB (Red+Green+Blue) = 168+226+139=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E28B is #571D74. Grayscale: #C7C7C7. Windows color (decimal): -5709173 or 9167528. OLE color: 9167528.
HSL color Cylindrical-coordinate representation of color #A8E28B: hue angle of 100º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8E28B is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 139 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.11 |
| HSL | 100º | 0.6% | 0.72% | - |
| HSV(B) | 100º | 0.38% | 0.89% | - |
| XYZ | 48.01 | 64.58 | 34.36 | - |
| YUV | 198.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 139 | 0.26 | 0 | 0.38 | 0.11 | 100 | 0.6 | 0.72 |
| Hex | A8 | E2 | 8B | 1A | 0 | 26 | B | 64 | 3C | 48 |
| Octal | 250 | 342 | 213 | 32 | 0 | 46 | 13 | 144 | 74 | 110 |
| Binary | 10101000 | 11100010 | 10001011 | 11010 | 0 | 100110 | 1011 | 1100100 | 111100 | 1001000 |
Color Harmonies of #A8E28B
Complementary color
Monochromatic Colors of #A8E28B
Black with #A8E28B
Text Example
Text Example
White with #A8E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E28B; }
p { color: rgb(168,226,139); }
H1.HeaderClassName
{
color: #A8E28B;
}
.AnyTagClassName
{
color: #A8E28B;
}
</style>
background-color css
<style>
a { background-color: #A8E28B; }
a { background-color: rgb(168,226,139); }
div.DivClassName
{
background-color: #A8E28B;
}
.BgClassName
{
background-color: #A8E28B;
}
</style>
border-color css
<style>
span { border-color: #A8E28B; }
span { border-color: rgb(168,226,139); }
td.TdClassName
{
border-color: #A8E28B;
}
.TagClassName
{
border-color: #A8E28B;
}
</style>