Shades of Feijoa #A8D782
Tints of Feijoa #A8D782
RGB
CMYK
RGB Variations
Color information
#A8D782 (or 0xA8D782) is known color: Feijoa. HEX triplet: A8, D7 and 82. RGB value is (168,215,130). Sum of RGB (Red+Green+Blue) = 168+215+130=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D782 is #57287D. Grayscale: #BFBFBF. Windows color (decimal): -5711998 or 8574888. OLE color: 8574888.
HSL color Cylindrical-coordinate representation of color #A8D782: hue angle of 93.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D782 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 130 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.16 |
| HSL | 93.18º | 0.52% | 0.68% | - |
| HSV(B) | 93.18º | 0.4% | 0.84% | - |
| XYZ | 44.48 | 58.54 | 30.07 | - |
| YUV | 191.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 130 | 0.22 | 0 | 0.40 | 0.16 | 93.18 | 0.52 | 0.68 |
| Hex | A8 | D7 | 82 | 16 | 0 | 28 | 10 | 5D | 34 | 44 |
| Octal | 250 | 327 | 202 | 26 | 0 | 50 | 20 | 135 | 64 | 104 |
| Binary | 10101000 | 11010111 | 10000010 | 10110 | 0 | 101000 | 10000 | 1011101 | 110100 | 1000100 |
Color Harmonies of #A8D782
Complementary color
Monochromatic Colors of #A8D782
Black with #A8D782
Text Example
Text Example
White with #A8D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D782; }
p { color: rgb(168,215,130); }
H1.HeaderClassName
{
color: #A8D782;
}
.AnyTagClassName
{
color: #A8D782;
}
</style>
background-color css
<style>
a { background-color: #A8D782; }
a { background-color: rgb(168,215,130); }
div.DivClassName
{
background-color: #A8D782;
}
.BgClassName
{
background-color: #A8D782;
}
</style>
border-color css
<style>
span { border-color: #A8D782; }
span { border-color: rgb(168,215,130); }
td.TdClassName
{
border-color: #A8D782;
}
.TagClassName
{
border-color: #A8D782;
}
</style>