Shades of Feijoa #A8E27B
Tints of Feijoa #A8E27B
RGB
CMYK
RGB Variations
Color information
#A8E27B (or 0xA8E27B) is known color: Feijoa. HEX triplet: A8, E2 and 7B. RGB value is (168,226,123). Sum of RGB (Red+Green+Blue) = 168+226+123=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E27B is #571D84. Grayscale: #C5C5C5. Windows color (decimal): -5709189 or 8118952. OLE color: 8118952.
HSL color Cylindrical-coordinate representation of color #A8E27B: hue angle of 93.79º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8E27B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 123 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.11 |
| HSL | 93.79º | 0.64% | 0.68% | - |
| HSV(B) | 93.79º | 0.46% | 0.89% | - |
| XYZ | 46.92 | 64.15 | 28.65 | - |
| YUV | 196.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 123 | 0.26 | 0 | 0.46 | 0.11 | 93.79 | 0.64 | 0.68 |
| Hex | A8 | E2 | 7B | 1A | 0 | 2E | B | 5E | 40 | 44 |
| Octal | 250 | 342 | 173 | 32 | 0 | 56 | 13 | 136 | 100 | 104 |
| Binary | 10101000 | 11100010 | 1111011 | 11010 | 0 | 101110 | 1011 | 1011110 | 1000000 | 1000100 |
Color Harmonies of #A8E27B
Complementary color
Monochromatic Colors of #A8E27B
Black with #A8E27B
Text Example
Text Example
White with #A8E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E27B; }
p { color: rgb(168,226,123); }
H1.HeaderClassName
{
color: #A8E27B;
}
.AnyTagClassName
{
color: #A8E27B;
}
</style>
background-color css
<style>
a { background-color: #A8E27B; }
a { background-color: rgb(168,226,123); }
div.DivClassName
{
background-color: #A8E27B;
}
.BgClassName
{
background-color: #A8E27B;
}
</style>
border-color css
<style>
span { border-color: #A8E27B; }
span { border-color: rgb(168,226,123); }
td.TdClassName
{
border-color: #A8E27B;
}
.TagClassName
{
border-color: #A8E27B;
}
</style>