Shades of Feijoa #A8E77F
Tints of Feijoa #A8E77F
RGB
CMYK
RGB Variations
Color information
#A8E77F (or 0xA8E77F) is known color: Feijoa. HEX triplet: A8, E7 and 7F. RGB value is (168,231,127). Sum of RGB (Red+Green+Blue) = 168+231+127=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E77F is #571880. Grayscale: #C8C8C8. Windows color (decimal): -5707905 or 8382376. OLE color: 8382376.
HSL color Cylindrical-coordinate representation of color #A8E77F: hue angle of 96.35º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8E77F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 127 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.09 |
| HSL | 96.35º | 0.68% | 0.7% | - |
| HSV(B) | 96.35º | 0.45% | 0.91% | - |
| XYZ | 48.56 | 67.01 | 30.45 | - |
| YUV | 200.31 | 86.63 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 127 | 0.27 | 0 | 0.45 | 0.09 | 96.35 | 0.68 | 0.7 |
| Hex | A8 | E7 | 7F | 1B | 0 | 2D | 9 | 60 | 44 | 46 |
| Octal | 250 | 347 | 177 | 33 | 0 | 55 | 11 | 140 | 104 | 106 |
| Binary | 10101000 | 11100111 | 1111111 | 11011 | 0 | 101101 | 1001 | 1100000 | 1000100 | 1000110 |
Color Harmonies of #A8E77F
Complementary color
Monochromatic Colors of #A8E77F
Black with #A8E77F
Text Example
Text Example
White with #A8E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E77F; }
p { color: rgb(168,231,127); }
H1.HeaderClassName
{
color: #A8E77F;
}
.AnyTagClassName
{
color: #A8E77F;
}
</style>
background-color css
<style>
a { background-color: #A8E77F; }
a { background-color: rgb(168,231,127); }
div.DivClassName
{
background-color: #A8E77F;
}
.BgClassName
{
background-color: #A8E77F;
}
</style>
border-color css
<style>
span { border-color: #A8E77F; }
span { border-color: rgb(168,231,127); }
td.TdClassName
{
border-color: #A8E77F;
}
.TagClassName
{
border-color: #A8E77F;
}
</style>