Shades of Feijoa #A8DE7C
Tints of Feijoa #A8DE7C
RGB
CMYK
RGB Variations
Color information
#A8DE7C (or 0xA8DE7C) is known color: Feijoa. HEX triplet: A8, DE and 7C. RGB value is (168,222,124). Sum of RGB (Red+Green+Blue) = 168+222+124=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE7C is #572183. Grayscale: #C3C3C3. Windows color (decimal): -5710212 or 8183464. OLE color: 8183464.
HSL color Cylindrical-coordinate representation of color #A8DE7C: hue angle of 93.06º 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 #A8DE7C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 124 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.13 |
| HSL | 93.06º | 0.6% | 0.68% | - |
| HSV(B) | 93.06º | 0.44% | 0.87% | - |
| XYZ | 45.91 | 62.02 | 28.62 | - |
| YUV | 194.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 124 | 0.24 | 0 | 0.44 | 0.13 | 93.06 | 0.6 | 0.68 |
| Hex | A8 | DE | 7C | 18 | 0 | 2C | D | 5D | 3C | 44 |
| Octal | 250 | 336 | 174 | 30 | 0 | 54 | 15 | 135 | 74 | 104 |
| Binary | 10101000 | 11011110 | 1111100 | 11000 | 0 | 101100 | 1101 | 1011101 | 111100 | 1000100 |
Color Harmonies of #A8DE7C
Complementary color
Monochromatic Colors of #A8DE7C
Black with #A8DE7C
Text Example
Text Example
White with #A8DE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE7C; }
p { color: rgb(168,222,124); }
H1.HeaderClassName
{
color: #A8DE7C;
}
.AnyTagClassName
{
color: #A8DE7C;
}
</style>
background-color css
<style>
a { background-color: #A8DE7C; }
a { background-color: rgb(168,222,124); }
div.DivClassName
{
background-color: #A8DE7C;
}
.BgClassName
{
background-color: #A8DE7C;
}
</style>
border-color css
<style>
span { border-color: #A8DE7C; }
span { border-color: rgb(168,222,124); }
td.TdClassName
{
border-color: #A8DE7C;
}
.TagClassName
{
border-color: #A8DE7C;
}
</style>