Shades of Feijoa #A8DC82
Tints of Feijoa #A8DC82
RGB
CMYK
RGB Variations
Color information
#A8DC82 (or 0xA8DC82) is known color: Feijoa. HEX triplet: A8, DC and 82. RGB value is (168,220,130). Sum of RGB (Red+Green+Blue) = 168+220+130=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC82 is #57237D. Grayscale: #C2C2C2. Windows color (decimal): -5710718 or 8576168. OLE color: 8576168.
HSL color Cylindrical-coordinate representation of color #A8DC82: hue angle of 94.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8DC82 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 130 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.14 |
| HSL | 94.67º | 0.56% | 0.69% | - |
| HSV(B) | 94.67º | 0.41% | 0.86% | - |
| XYZ | 45.77 | 61.12 | 30.5 | - |
| YUV | 194.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 130 | 0.24 | 0 | 0.41 | 0.14 | 94.67 | 0.56 | 0.69 |
| Hex | A8 | DC | 82 | 18 | 0 | 29 | E | 5F | 38 | 45 |
| Octal | 250 | 334 | 202 | 30 | 0 | 51 | 16 | 137 | 70 | 105 |
| Binary | 10101000 | 11011100 | 10000010 | 11000 | 0 | 101001 | 1110 | 1011111 | 111000 | 1000101 |
Color Harmonies of #A8DC82
Complementary color
Monochromatic Colors of #A8DC82
Black with #A8DC82
Text Example
Text Example
White with #A8DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC82; }
p { color: rgb(168,220,130); }
H1.HeaderClassName
{
color: #A8DC82;
}
.AnyTagClassName
{
color: #A8DC82;
}
</style>
background-color css
<style>
a { background-color: #A8DC82; }
a { background-color: rgb(168,220,130); }
div.DivClassName
{
background-color: #A8DC82;
}
.BgClassName
{
background-color: #A8DC82;
}
</style>
border-color css
<style>
span { border-color: #A8DC82; }
span { border-color: rgb(168,220,130); }
td.TdClassName
{
border-color: #A8DC82;
}
.TagClassName
{
border-color: #A8DC82;
}
</style>