Shades of Feijoa #A8EE76
Tints of Feijoa #A8EE76
RGB
CMYK
RGB Variations
Color information
#A8EE76 (or 0xA8EE76) is known color: Feijoa. HEX triplet: A8, EE and 76. RGB value is (168,238,118). Sum of RGB (Red+Green+Blue) = 168+238+118=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE76 is #571189. Grayscale: #CBCBCB. Windows color (decimal): -5706122 or 7794344. OLE color: 7794344.
HSL color Cylindrical-coordinate representation of color #A8EE76: hue angle of 95º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8EE76 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 118 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.07 |
| HSL | 95º | 0.78% | 0.7% | - |
| HSV(B) | 95º | 0.5% | 0.93% | - |
| XYZ | 49.99 | 70.78 | 28.17 | - |
| YUV | 203.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 118 | 0.29 | 0 | 0.50 | 0.07 | 95 | 0.78 | 0.7 |
| Hex | A8 | EE | 76 | 1D | 0 | 32 | 7 | 5F | 4E | 46 |
| Octal | 250 | 356 | 166 | 35 | 0 | 62 | 7 | 137 | 116 | 106 |
| Binary | 10101000 | 11101110 | 1110110 | 11101 | 0 | 110010 | 111 | 1011111 | 1001110 | 1000110 |
Color Harmonies of #A8EE76
Complementary color
Monochromatic Colors of #A8EE76
Black with #A8EE76
Text Example
Text Example
White with #A8EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE76; }
p { color: rgb(168,238,118); }
H1.HeaderClassName
{
color: #A8EE76;
}
.AnyTagClassName
{
color: #A8EE76;
}
</style>
background-color css
<style>
a { background-color: #A8EE76; }
a { background-color: rgb(168,238,118); }
div.DivClassName
{
background-color: #A8EE76;
}
.BgClassName
{
background-color: #A8EE76;
}
</style>
border-color css
<style>
span { border-color: #A8EE76; }
span { border-color: rgb(168,238,118); }
td.TdClassName
{
border-color: #A8EE76;
}
.TagClassName
{
border-color: #A8EE76;
}
</style>