Shades of Feijoa #A4DD78
Tints of Feijoa #A4DD78
RGB
CMYK
RGB Variations
Color information
#A4DD78 (or 0xA4DD78) is known color: Feijoa. HEX triplet: A4, DD and 78. RGB value is (164,221,120). Sum of RGB (Red+Green+Blue) = 164+221+120=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DD78 is #5B2287. Grayscale: #C0C0C0. Windows color (decimal): -5972616 or 7921060. OLE color: 7921060.
HSL color Cylindrical-coordinate representation of color #A4DD78: hue angle of 93.86º 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 #A4DD78 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 120 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.13 |
| HSL | 93.86º | 0.6% | 0.67% | - |
| HSV(B) | 93.86º | 0.46% | 0.87% | - |
| XYZ | 44.56 | 60.96 | 27.19 | - |
| YUV | 192.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 120 | 0.26 | 0 | 0.46 | 0.13 | 93.86 | 0.6 | 0.67 |
| Hex | A4 | DD | 78 | 1A | 0 | 2E | D | 5E | 3C | 43 |
| Octal | 244 | 335 | 170 | 32 | 0 | 56 | 15 | 136 | 74 | 103 |
| Binary | 10100100 | 11011101 | 1111000 | 11010 | 0 | 101110 | 1101 | 1011110 | 111100 | 1000011 |
Color Harmonies of #A4DD78
Complementary color
Monochromatic Colors of #A4DD78
Black with #A4DD78
Text Example
Text Example
White with #A4DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DD78; }
p { color: rgb(164,221,120); }
H1.HeaderClassName
{
color: #A4DD78;
}
.AnyTagClassName
{
color: #A4DD78;
}
</style>
background-color css
<style>
a { background-color: #A4DD78; }
a { background-color: rgb(164,221,120); }
div.DivClassName
{
background-color: #A4DD78;
}
.BgClassName
{
background-color: #A4DD78;
}
</style>
border-color css
<style>
span { border-color: #A4DD78; }
span { border-color: rgb(164,221,120); }
td.TdClassName
{
border-color: #A4DD78;
}
.TagClassName
{
border-color: #A4DD78;
}
</style>