Shades of Feijoa #A8ED73
Tints of Feijoa #A8ED73
RGB
CMYK
RGB Variations
Color information
#A8ED73 (or 0xA8ED73) is known color: Feijoa. HEX triplet: A8, ED and 73. RGB value is (168,237,115). Sum of RGB (Red+Green+Blue) = 168+237+115=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED73 is #57128C. Grayscale: #CACACA. Windows color (decimal): -5706381 or 7597480. OLE color: 7597480.
HSL color Cylindrical-coordinate representation of color #A8ED73: hue angle of 93.93º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8ED73 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 115 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.07 |
| HSL | 93.93º | 0.77% | 0.69% | - |
| HSV(B) | 93.93º | 0.51% | 0.93% | - |
| XYZ | 49.53 | 70.13 | 27.15 | - |
| YUV | 202.46 | 78.64 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 115 | 0.29 | 0 | 0.51 | 0.07 | 93.93 | 0.77 | 0.69 |
| Hex | A8 | ED | 73 | 1D | 0 | 33 | 7 | 5E | 4D | 45 |
| Octal | 250 | 355 | 163 | 35 | 0 | 63 | 7 | 136 | 115 | 105 |
| Binary | 10101000 | 11101101 | 1110011 | 11101 | 0 | 110011 | 111 | 1011110 | 1001101 | 1000101 |
Color Harmonies of #A8ED73
Complementary color
Monochromatic Colors of #A8ED73
Black with #A8ED73
Text Example
Text Example
White with #A8ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED73; }
p { color: rgb(168,237,115); }
H1.HeaderClassName
{
color: #A8ED73;
}
.AnyTagClassName
{
color: #A8ED73;
}
</style>
background-color css
<style>
a { background-color: #A8ED73; }
a { background-color: rgb(168,237,115); }
div.DivClassName
{
background-color: #A8ED73;
}
.BgClassName
{
background-color: #A8ED73;
}
</style>
border-color css
<style>
span { border-color: #A8ED73; }
span { border-color: rgb(168,237,115); }
td.TdClassName
{
border-color: #A8ED73;
}
.TagClassName
{
border-color: #A8ED73;
}
</style>