Shades of Feijoa #A8ED7E
Tints of Feijoa #A8ED7E
RGB
CMYK
RGB Variations
Color information
#A8ED7E (or 0xA8ED7E) is known color: Feijoa. HEX triplet: A8, ED and 7E. RGB value is (168,237,126). Sum of RGB (Red+Green+Blue) = 168+237+126=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED7E is #571281. Grayscale: #CCCCCC. Windows color (decimal): -5706370 or 8318376. OLE color: 8318376.
HSL color Cylindrical-coordinate representation of color #A8ED7E: hue angle of 97.3º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8ED7E is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 126 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.07 |
| HSL | 97.3º | 0.76% | 0.71% | - |
| HSV(B) | 97.3º | 0.47% | 0.93% | - |
| XYZ | 50.2 | 70.4 | 30.68 | - |
| YUV | 203.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 126 | 0.29 | 0 | 0.47 | 0.07 | 97.3 | 0.76 | 0.71 |
| Hex | A8 | ED | 7E | 1D | 0 | 2F | 7 | 61 | 4C | 47 |
| Octal | 250 | 355 | 176 | 35 | 0 | 57 | 7 | 141 | 114 | 107 |
| Binary | 10101000 | 11101101 | 1111110 | 11101 | 0 | 101111 | 111 | 1100001 | 1001100 | 1000111 |
Color Harmonies of #A8ED7E
Complementary color
Monochromatic Colors of #A8ED7E
Black with #A8ED7E
Text Example
Text Example
White with #A8ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED7E; }
p { color: rgb(168,237,126); }
H1.HeaderClassName
{
color: #A8ED7E;
}
.AnyTagClassName
{
color: #A8ED7E;
}
</style>
background-color css
<style>
a { background-color: #A8ED7E; }
a { background-color: rgb(168,237,126); }
div.DivClassName
{
background-color: #A8ED7E;
}
.BgClassName
{
background-color: #A8ED7E;
}
</style>
border-color css
<style>
span { border-color: #A8ED7E; }
span { border-color: rgb(168,237,126); }
td.TdClassName
{
border-color: #A8ED7E;
}
.TagClassName
{
border-color: #A8ED7E;
}
</style>