Shades of Feijoa #A8DE7D
Tints of Feijoa #A8DE7D
RGB
CMYK
RGB Variations
Color information
#A8DE7D (or 0xA8DE7D) is known color: Feijoa. HEX triplet: A8, DE and 7D. RGB value is (168,222,125). Sum of RGB (Red+Green+Blue) = 168+222+125=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE7D is #572182. Grayscale: #C3C3C3. Windows color (decimal): -5710211 or 8249000. OLE color: 8249000.
HSL color Cylindrical-coordinate representation of color #A8DE7D: hue angle of 93.4º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8DE7D is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 125 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.13 |
| HSL | 93.4º | 0.6% | 0.68% | - |
| HSV(B) | 93.4º | 0.44% | 0.87% | - |
| XYZ | 45.97 | 62.05 | 28.96 | - |
| YUV | 194.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 125 | 0.24 | 0 | 0.44 | 0.13 | 93.4 | 0.6 | 0.68 |
| Hex | A8 | DE | 7D | 18 | 0 | 2C | D | 5D | 3C | 44 |
| Octal | 250 | 336 | 175 | 30 | 0 | 54 | 15 | 135 | 74 | 104 |
| Binary | 10101000 | 11011110 | 1111101 | 11000 | 0 | 101100 | 1101 | 1011101 | 111100 | 1000100 |
Color Harmonies of #A8DE7D
Complementary color
Monochromatic Colors of #A8DE7D
Black with #A8DE7D
Text Example
Text Example
White with #A8DE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE7D; }
p { color: rgb(168,222,125); }
H1.HeaderClassName
{
color: #A8DE7D;
}
.AnyTagClassName
{
color: #A8DE7D;
}
</style>
background-color css
<style>
a { background-color: #A8DE7D; }
a { background-color: rgb(168,222,125); }
div.DivClassName
{
background-color: #A8DE7D;
}
.BgClassName
{
background-color: #A8DE7D;
}
</style>
border-color css
<style>
span { border-color: #A8DE7D; }
span { border-color: rgb(168,222,125); }
td.TdClassName
{
border-color: #A8DE7D;
}
.TagClassName
{
border-color: #A8DE7D;
}
</style>