Shades of Feijoa #ADDB78
Tints of Feijoa #ADDB78
RGB
CMYK
RGB Variations
Color information
#ADDB78 (or 0xADDB78) is known color: Feijoa. HEX triplet: AD, DB and 78. RGB value is (173,219,120). Sum of RGB (Red+Green+Blue) = 173+219+120=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB78 is #522487. Grayscale: #C2C2C2. Windows color (decimal): -5383304 or 7920557. OLE color: 7920557.
HSL color Cylindrical-coordinate representation of color #ADDB78: hue angle of 87.88º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDB78 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 120 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.14 |
| HSL | 87.88º | 0.58% | 0.66% | - |
| HSV(B) | 87.88º | 0.45% | 0.86% | - |
| XYZ | 45.96 | 60.9 | 27.1 | - |
| YUV | 193.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 120 | 0.21 | 0 | 0.45 | 0.14 | 87.88 | 0.58 | 0.66 |
| Hex | AD | DB | 78 | 15 | 0 | 2D | E | 58 | 3A | 42 |
| Octal | 255 | 333 | 170 | 25 | 0 | 55 | 16 | 130 | 72 | 102 |
| Binary | 10101101 | 11011011 | 1111000 | 10101 | 0 | 101101 | 1110 | 1011000 | 111010 | 1000010 |
Color Harmonies of #ADDB78
Complementary color
Monochromatic Colors of #ADDB78
Black with #ADDB78
Text Example
Text Example
White with #ADDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB78; }
p { color: rgb(173,219,120); }
H1.HeaderClassName
{
color: #ADDB78;
}
.AnyTagClassName
{
color: #ADDB78;
}
</style>
background-color css
<style>
a { background-color: #ADDB78; }
a { background-color: rgb(173,219,120); }
div.DivClassName
{
background-color: #ADDB78;
}
.BgClassName
{
background-color: #ADDB78;
}
</style>
border-color css
<style>
span { border-color: #ADDB78; }
span { border-color: rgb(173,219,120); }
td.TdClassName
{
border-color: #ADDB78;
}
.TagClassName
{
border-color: #ADDB78;
}
</style>