Shades of Feijoa #A8ED78
Tints of Feijoa #A8ED78
RGB
CMYK
RGB Variations
Color information
#A8ED78 (or 0xA8ED78) is known color: Feijoa. HEX triplet: A8, ED and 78. RGB value is (168,237,120). Sum of RGB (Red+Green+Blue) = 168+237+120=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED78 is #571287. Grayscale: #CBCBCB. Windows color (decimal): -5706376 or 7925160. OLE color: 7925160.
HSL color Cylindrical-coordinate representation of color #A8ED78: hue angle of 95.38º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8ED78 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 120 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.07 |
| HSL | 95.38º | 0.76% | 0.7% | - |
| HSV(B) | 95.38º | 0.49% | 0.93% | - |
| XYZ | 49.82 | 70.25 | 28.7 | - |
| YUV | 203.03 | 81.14 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 120 | 0.29 | 0 | 0.49 | 0.07 | 95.38 | 0.76 | 0.7 |
| Hex | A8 | ED | 78 | 1D | 0 | 31 | 7 | 5F | 4C | 46 |
| Octal | 250 | 355 | 170 | 35 | 0 | 61 | 7 | 137 | 114 | 106 |
| Binary | 10101000 | 11101101 | 1111000 | 11101 | 0 | 110001 | 111 | 1011111 | 1001100 | 1000110 |
Color Harmonies of #A8ED78
Complementary color
Monochromatic Colors of #A8ED78
Black with #A8ED78
Text Example
Text Example
White with #A8ED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED78; }
p { color: rgb(168,237,120); }
H1.HeaderClassName
{
color: #A8ED78;
}
.AnyTagClassName
{
color: #A8ED78;
}
</style>
background-color css
<style>
a { background-color: #A8ED78; }
a { background-color: rgb(168,237,120); }
div.DivClassName
{
background-color: #A8ED78;
}
.BgClassName
{
background-color: #A8ED78;
}
</style>
border-color css
<style>
span { border-color: #A8ED78; }
span { border-color: rgb(168,237,120); }
td.TdClassName
{
border-color: #A8ED78;
}
.TagClassName
{
border-color: #A8ED78;
}
</style>