Shades of Feijoa #A8D982
Tints of Feijoa #A8D982
RGB
CMYK
RGB Variations
Color information
#A8D982 (or 0xA8D982) is known color: Feijoa. HEX triplet: A8, D9 and 82. RGB value is (168,217,130). Sum of RGB (Red+Green+Blue) = 168+217+130=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D982 is #57267D. Grayscale: #C0C0C0. Windows color (decimal): -5711486 or 8575400. OLE color: 8575400.
HSL color Cylindrical-coordinate representation of color #A8D982: hue angle of 93.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D982 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 130 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.15 |
| HSL | 93.79º | 0.53% | 0.68% | - |
| HSV(B) | 93.79º | 0.4% | 0.85% | - |
| XYZ | 44.99 | 59.56 | 30.24 | - |
| YUV | 192.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 130 | 0.23 | 0 | 0.40 | 0.15 | 93.79 | 0.53 | 0.68 |
| Hex | A8 | D9 | 82 | 17 | 0 | 28 | F | 5E | 35 | 44 |
| Octal | 250 | 331 | 202 | 27 | 0 | 50 | 17 | 136 | 65 | 104 |
| Binary | 10101000 | 11011001 | 10000010 | 10111 | 0 | 101000 | 1111 | 1011110 | 110101 | 1000100 |
Color Harmonies of #A8D982
Complementary color
Monochromatic Colors of #A8D982
Black with #A8D982
Text Example
Text Example
White with #A8D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D982; }
p { color: rgb(168,217,130); }
H1.HeaderClassName
{
color: #A8D982;
}
.AnyTagClassName
{
color: #A8D982;
}
</style>
background-color css
<style>
a { background-color: #A8D982; }
a { background-color: rgb(168,217,130); }
div.DivClassName
{
background-color: #A8D982;
}
.BgClassName
{
background-color: #A8D982;
}
</style>
border-color css
<style>
span { border-color: #A8D982; }
span { border-color: rgb(168,217,130); }
td.TdClassName
{
border-color: #A8D982;
}
.TagClassName
{
border-color: #A8D982;
}
</style>