Shades of Feijoa #ADDD78
Tints of Feijoa #ADDD78
RGB
CMYK
RGB Variations
Color information
#ADDD78 (or 0xADDD78) is known color: Feijoa. HEX triplet: AD, DD and 78. RGB value is (173,221,120). Sum of RGB (Red+Green+Blue) = 173+221+120=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD78 is #522287. Grayscale: #C3C3C3. Windows color (decimal): -5382792 or 7921069. OLE color: 7921069.
HSL color Cylindrical-coordinate representation of color #ADDD78: hue angle of 88.51º 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 #ADDD78 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 120 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.13 |
| HSL | 88.51º | 0.6% | 0.67% | - |
| HSV(B) | 88.51º | 0.46% | 0.87% | - |
| XYZ | 46.48 | 61.95 | 27.28 | - |
| YUV | 195.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 120 | 0.22 | 0 | 0.46 | 0.13 | 88.51 | 0.6 | 0.67 |
| Hex | AD | DD | 78 | 16 | 0 | 2E | D | 59 | 3C | 43 |
| Octal | 255 | 335 | 170 | 26 | 0 | 56 | 15 | 131 | 74 | 103 |
| Binary | 10101101 | 11011101 | 1111000 | 10110 | 0 | 101110 | 1101 | 1011001 | 111100 | 1000011 |
Color Harmonies of #ADDD78
Complementary color
Monochromatic Colors of #ADDD78
Black with #ADDD78
Text Example
Text Example
White with #ADDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD78; }
p { color: rgb(173,221,120); }
H1.HeaderClassName
{
color: #ADDD78;
}
.AnyTagClassName
{
color: #ADDD78;
}
</style>
background-color css
<style>
a { background-color: #ADDD78; }
a { background-color: rgb(173,221,120); }
div.DivClassName
{
background-color: #ADDD78;
}
.BgClassName
{
background-color: #ADDD78;
}
</style>
border-color css
<style>
span { border-color: #ADDD78; }
span { border-color: rgb(173,221,120); }
td.TdClassName
{
border-color: #ADDD78;
}
.TagClassName
{
border-color: #ADDD78;
}
</style>