Shades of Feijoa #A8DD78
Tints of Feijoa #A8DD78
RGB
CMYK
RGB Variations
Color information
#A8DD78 (or 0xA8DD78) is known color: Feijoa. HEX triplet: A8, DD and 78. RGB value is (168,221,120). Sum of RGB (Red+Green+Blue) = 168+221+120=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD78 is #572287. Grayscale: #C1C1C1. Windows color (decimal): -5710472 or 7921064. OLE color: 7921064.
HSL color Cylindrical-coordinate representation of color #A8DD78: hue angle of 91.49º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8DD78 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 120 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.13 |
| HSL | 91.49º | 0.6% | 0.67% | - |
| HSV(B) | 91.49º | 0.46% | 0.87% | - |
| XYZ | 45.4 | 61.39 | 27.23 | - |
| YUV | 193.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 120 | 0.24 | 0 | 0.46 | 0.13 | 91.49 | 0.6 | 0.67 |
| Hex | A8 | DD | 78 | 18 | 0 | 2E | D | 5B | 3C | 43 |
| Octal | 250 | 335 | 170 | 30 | 0 | 56 | 15 | 133 | 74 | 103 |
| Binary | 10101000 | 11011101 | 1111000 | 11000 | 0 | 101110 | 1101 | 1011011 | 111100 | 1000011 |
Color Harmonies of #A8DD78
Complementary color
Monochromatic Colors of #A8DD78
Black with #A8DD78
Text Example
Text Example
White with #A8DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD78; }
p { color: rgb(168,221,120); }
H1.HeaderClassName
{
color: #A8DD78;
}
.AnyTagClassName
{
color: #A8DD78;
}
</style>
background-color css
<style>
a { background-color: #A8DD78; }
a { background-color: rgb(168,221,120); }
div.DivClassName
{
background-color: #A8DD78;
}
.BgClassName
{
background-color: #A8DD78;
}
</style>
border-color css
<style>
span { border-color: #A8DD78; }
span { border-color: rgb(168,221,120); }
td.TdClassName
{
border-color: #A8DD78;
}
.TagClassName
{
border-color: #A8DD78;
}
</style>