Shades of Feijoa #A8DD7D
Tints of Feijoa #A8DD7D
RGB
CMYK
RGB Variations
Color information
#A8DD7D (or 0xA8DD7D) is known color: Feijoa. HEX triplet: A8, DD and 7D. RGB value is (168,221,125). Sum of RGB (Red+Green+Blue) = 168+221+125=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD7D is #572282. Grayscale: #C2C2C2. Windows color (decimal): -5710467 or 8248744. OLE color: 8248744.
HSL color Cylindrical-coordinate representation of color #A8DD7D: hue angle of 93.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8DD7D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 125 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.13 |
| HSL | 93.13º | 0.59% | 0.68% | - |
| HSV(B) | 93.13º | 0.43% | 0.87% | - |
| XYZ | 45.71 | 61.52 | 28.87 | - |
| YUV | 194.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 125 | 0.24 | 0 | 0.43 | 0.13 | 93.13 | 0.59 | 0.68 |
| Hex | A8 | DD | 7D | 18 | 0 | 2B | D | 5D | 3B | 44 |
| Octal | 250 | 335 | 175 | 30 | 0 | 53 | 15 | 135 | 73 | 104 |
| Binary | 10101000 | 11011101 | 1111101 | 11000 | 0 | 101011 | 1101 | 1011101 | 111011 | 1000100 |
Color Harmonies of #A8DD7D
Complementary color
Monochromatic Colors of #A8DD7D
Black with #A8DD7D
Text Example
Text Example
White with #A8DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD7D; }
p { color: rgb(168,221,125); }
H1.HeaderClassName
{
color: #A8DD7D;
}
.AnyTagClassName
{
color: #A8DD7D;
}
</style>
background-color css
<style>
a { background-color: #A8DD7D; }
a { background-color: rgb(168,221,125); }
div.DivClassName
{
background-color: #A8DD7D;
}
.BgClassName
{
background-color: #A8DD7D;
}
</style>
border-color css
<style>
span { border-color: #A8DD7D; }
span { border-color: rgb(168,221,125); }
td.TdClassName
{
border-color: #A8DD7D;
}
.TagClassName
{
border-color: #A8DD7D;
}
</style>