Shades of Feijoa #A8DE80
Tints of Feijoa #A8DE80
RGB
CMYK
RGB Variations
Color information
#A8DE80 (or 0xA8DE80) is known color: Feijoa. HEX triplet: A8, DE and 80. RGB value is (168,222,128). Sum of RGB (Red+Green+Blue) = 168+222+128=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE80 is #57217F. Grayscale: #C3C3C3. Windows color (decimal): -5710208 or 8445608. OLE color: 8445608.
HSL color Cylindrical-coordinate representation of color #A8DE80: hue angle of 94.47º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8DE80 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 128 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.13 |
| HSL | 94.47º | 0.59% | 0.69% | - |
| HSV(B) | 94.47º | 0.42% | 0.87% | - |
| XYZ | 46.17 | 62.13 | 29.98 | - |
| YUV | 195.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 128 | 0.24 | 0 | 0.42 | 0.13 | 94.47 | 0.59 | 0.69 |
| Hex | A8 | DE | 80 | 18 | 0 | 2A | D | 5E | 3B | 45 |
| Octal | 250 | 336 | 200 | 30 | 0 | 52 | 15 | 136 | 73 | 105 |
| Binary | 10101000 | 11011110 | 10000000 | 11000 | 0 | 101010 | 1101 | 1011110 | 111011 | 1000101 |
Color Harmonies of #A8DE80
Complementary color
Monochromatic Colors of #A8DE80
Black with #A8DE80
Text Example
Text Example
White with #A8DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE80; }
p { color: rgb(168,222,128); }
H1.HeaderClassName
{
color: #A8DE80;
}
.AnyTagClassName
{
color: #A8DE80;
}
</style>
background-color css
<style>
a { background-color: #A8DE80; }
a { background-color: rgb(168,222,128); }
div.DivClassName
{
background-color: #A8DE80;
}
.BgClassName
{
background-color: #A8DE80;
}
</style>
border-color css
<style>
span { border-color: #A8DE80; }
span { border-color: rgb(168,222,128); }
td.TdClassName
{
border-color: #A8DE80;
}
.TagClassName
{
border-color: #A8DE80;
}
</style>