Shades of Feijoa #A8ED7D
Tints of Feijoa #A8ED7D
RGB
CMYK
RGB Variations
Color information
#A8ED7D (or 0xA8ED7D) is known color: Feijoa. HEX triplet: A8, ED and 7D. RGB value is (168,237,125). Sum of RGB (Red+Green+Blue) = 168+237+125=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8ED7D is #571282. Grayscale: #CBCBCB. Windows color (decimal): -5706371 or 8252840. OLE color: 8252840.
HSL color Cylindrical-coordinate representation of color #A8ED7D: hue angle of 96.96º 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 #A8ED7D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 125 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.07 |
| HSL | 96.96º | 0.76% | 0.71% | - |
| HSV(B) | 96.96º | 0.47% | 0.93% | - |
| XYZ | 50.13 | 70.37 | 30.34 | - |
| YUV | 203.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 125 | 0.29 | 0 | 0.47 | 0.07 | 96.96 | 0.76 | 0.71 |
| Hex | A8 | ED | 7D | 1D | 0 | 2F | 7 | 61 | 4C | 47 |
| Octal | 250 | 355 | 175 | 35 | 0 | 57 | 7 | 141 | 114 | 107 |
| Binary | 10101000 | 11101101 | 1111101 | 11101 | 0 | 101111 | 111 | 1100001 | 1001100 | 1000111 |
Color Harmonies of #A8ED7D
Complementary color
Monochromatic Colors of #A8ED7D
Black with #A8ED7D
Text Example
Text Example
White with #A8ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED7D; }
p { color: rgb(168,237,125); }
H1.HeaderClassName
{
color: #A8ED7D;
}
.AnyTagClassName
{
color: #A8ED7D;
}
</style>
background-color css
<style>
a { background-color: #A8ED7D; }
a { background-color: rgb(168,237,125); }
div.DivClassName
{
background-color: #A8ED7D;
}
.BgClassName
{
background-color: #A8ED7D;
}
</style>
border-color css
<style>
span { border-color: #A8ED7D; }
span { border-color: rgb(168,237,125); }
td.TdClassName
{
border-color: #A8ED7D;
}
.TagClassName
{
border-color: #A8ED7D;
}
</style>