Shades of Feijoa #ADDA78
Tints of Feijoa #ADDA78
RGB
CMYK
RGB Variations
Color information
#ADDA78 (or 0xADDA78) is known color: Feijoa. HEX triplet: AD, DA and 78. RGB value is (173,218,120). Sum of RGB (Red+Green+Blue) = 173+218+120=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA78 is #522587. Grayscale: #C1C1C1. Windows color (decimal): -5383560 or 7920301. OLE color: 7920301.
HSL color Cylindrical-coordinate representation of color #ADDA78: hue angle of 87.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDA78 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 120 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.15 |
| HSL | 87.55º | 0.57% | 0.66% | - |
| HSV(B) | 87.55º | 0.45% | 0.85% | - |
| XYZ | 45.7 | 60.38 | 27.02 | - |
| YUV | 193.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 120 | 0.21 | 0 | 0.45 | 0.15 | 87.55 | 0.57 | 0.66 |
| Hex | AD | DA | 78 | 15 | 0 | 2D | F | 58 | 39 | 42 |
| Octal | 255 | 332 | 170 | 25 | 0 | 55 | 17 | 130 | 71 | 102 |
| Binary | 10101101 | 11011010 | 1111000 | 10101 | 0 | 101101 | 1111 | 1011000 | 111001 | 1000010 |
Color Harmonies of #ADDA78
Complementary color
Monochromatic Colors of #ADDA78
Black with #ADDA78
Text Example
Text Example
White with #ADDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA78; }
p { color: rgb(173,218,120); }
H1.HeaderClassName
{
color: #ADDA78;
}
.AnyTagClassName
{
color: #ADDA78;
}
</style>
background-color css
<style>
a { background-color: #ADDA78; }
a { background-color: rgb(173,218,120); }
div.DivClassName
{
background-color: #ADDA78;
}
.BgClassName
{
background-color: #ADDA78;
}
</style>
border-color css
<style>
span { border-color: #ADDA78; }
span { border-color: rgb(173,218,120); }
td.TdClassName
{
border-color: #ADDA78;
}
.TagClassName
{
border-color: #ADDA78;
}
</style>