Shades of Feijoa #A8EE78
Tints of Feijoa #A8EE78
RGB
CMYK
RGB Variations
Color information
#A8EE78 (or 0xA8EE78) is known color: Feijoa. HEX triplet: A8, EE and 78. RGB value is (168,238,120). Sum of RGB (Red+Green+Blue) = 168+238+120=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE78 is #571187. Grayscale: #CCCCCC. Windows color (decimal): -5706120 or 7925416. OLE color: 7925416.
HSL color Cylindrical-coordinate representation of color #A8EE78: hue angle of 95.59º 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 #A8EE78 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 120 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.07 |
| HSL | 95.59º | 0.78% | 0.7% | - |
| HSV(B) | 95.59º | 0.5% | 0.93% | - |
| XYZ | 50.11 | 70.83 | 28.8 | - |
| YUV | 203.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 120 | 0.29 | 0 | 0.50 | 0.07 | 95.59 | 0.78 | 0.7 |
| Hex | A8 | EE | 78 | 1D | 0 | 32 | 7 | 60 | 4E | 46 |
| Octal | 250 | 356 | 170 | 35 | 0 | 62 | 7 | 140 | 116 | 106 |
| Binary | 10101000 | 11101110 | 1111000 | 11101 | 0 | 110010 | 111 | 1100000 | 1001110 | 1000110 |
Color Harmonies of #A8EE78
Complementary color
Monochromatic Colors of #A8EE78
Black with #A8EE78
Text Example
Text Example
White with #A8EE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE78; }
p { color: rgb(168,238,120); }
H1.HeaderClassName
{
color: #A8EE78;
}
.AnyTagClassName
{
color: #A8EE78;
}
</style>
background-color css
<style>
a { background-color: #A8EE78; }
a { background-color: rgb(168,238,120); }
div.DivClassName
{
background-color: #A8EE78;
}
.BgClassName
{
background-color: #A8EE78;
}
</style>
border-color css
<style>
span { border-color: #A8EE78; }
span { border-color: rgb(168,238,120); }
td.TdClassName
{
border-color: #A8EE78;
}
.TagClassName
{
border-color: #A8EE78;
}
</style>