Shades of Feijoa #A8DE82
Tints of Feijoa #A8DE82
RGB
CMYK
RGB Variations
Color information
#A8DE82 (or 0xA8DE82) is known color: Feijoa. HEX triplet: A8, DE and 82. RGB value is (168,222,130). Sum of RGB (Red+Green+Blue) = 168+222+130=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DE82 is #57217D. Grayscale: #C3C3C3. Windows color (decimal): -5710206 or 8576680. OLE color: 8576680.
HSL color Cylindrical-coordinate representation of color #A8DE82: hue angle of 95.22º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8DE82 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 130 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.13 |
| HSL | 95.22º | 0.58% | 0.69% | - |
| HSV(B) | 95.22º | 0.41% | 0.87% | - |
| XYZ | 46.3 | 62.18 | 30.68 | - |
| YUV | 195.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 130 | 0.24 | 0 | 0.41 | 0.13 | 95.22 | 0.58 | 0.69 |
| Hex | A8 | DE | 82 | 18 | 0 | 29 | D | 5F | 3A | 45 |
| Octal | 250 | 336 | 202 | 30 | 0 | 51 | 15 | 137 | 72 | 105 |
| Binary | 10101000 | 11011110 | 10000010 | 11000 | 0 | 101001 | 1101 | 1011111 | 111010 | 1000101 |
Color Harmonies of #A8DE82
Complementary color
Monochromatic Colors of #A8DE82
Black with #A8DE82
Text Example
Text Example
White with #A8DE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE82; }
p { color: rgb(168,222,130); }
H1.HeaderClassName
{
color: #A8DE82;
}
.AnyTagClassName
{
color: #A8DE82;
}
</style>
background-color css
<style>
a { background-color: #A8DE82; }
a { background-color: rgb(168,222,130); }
div.DivClassName
{
background-color: #A8DE82;
}
.BgClassName
{
background-color: #A8DE82;
}
</style>
border-color css
<style>
span { border-color: #A8DE82; }
span { border-color: rgb(168,222,130); }
td.TdClassName
{
border-color: #A8DE82;
}
.TagClassName
{
border-color: #A8DE82;
}
</style>