Shades of Feijoa #A8DD79
Tints of Feijoa #A8DD79
RGB
CMYK
RGB Variations
Color information
#A8DD79 (or 0xA8DD79) is known color: Feijoa. HEX triplet: A8, DD and 79. RGB value is (168,221,121). Sum of RGB (Red+Green+Blue) = 168+221+121=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD79 is #572286. Grayscale: #C2C2C2. Windows color (decimal): -5710471 or 7986600. OLE color: 7986600.
HSL color Cylindrical-coordinate representation of color #A8DD79: hue angle of 91.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8DD79 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 121 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.13 |
| HSL | 91.8º | 0.6% | 0.67% | - |
| HSV(B) | 91.8º | 0.45% | 0.87% | - |
| XYZ | 45.46 | 61.42 | 27.55 | - |
| YUV | 193.75 | 86.94 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 121 | 0.24 | 0 | 0.45 | 0.13 | 91.8 | 0.6 | 0.67 |
| Hex | A8 | DD | 79 | 18 | 0 | 2D | D | 5C | 3C | 43 |
| Octal | 250 | 335 | 171 | 30 | 0 | 55 | 15 | 134 | 74 | 103 |
| Binary | 10101000 | 11011101 | 1111001 | 11000 | 0 | 101101 | 1101 | 1011100 | 111100 | 1000011 |
Color Harmonies of #A8DD79
Complementary color
Monochromatic Colors of #A8DD79
Black with #A8DD79
Text Example
Text Example
White with #A8DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD79; }
p { color: rgb(168,221,121); }
H1.HeaderClassName
{
color: #A8DD79;
}
.AnyTagClassName
{
color: #A8DD79;
}
</style>
background-color css
<style>
a { background-color: #A8DD79; }
a { background-color: rgb(168,221,121); }
div.DivClassName
{
background-color: #A8DD79;
}
.BgClassName
{
background-color: #A8DD79;
}
</style>
border-color css
<style>
span { border-color: #A8DD79; }
span { border-color: rgb(168,221,121); }
td.TdClassName
{
border-color: #A8DD79;
}
.TagClassName
{
border-color: #A8DD79;
}
</style>