Shades of Feijoa #ADDF78
Tints of Feijoa #ADDF78
RGB
CMYK
RGB Variations
Color information
#ADDF78 (or 0xADDF78) is known color: Feijoa. HEX triplet: AD, DF and 78. RGB value is (173,223,120). Sum of RGB (Red+Green+Blue) = 173+223+120=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF78 is #522087. Grayscale: #C4C4C4. Windows color (decimal): -5382280 or 7921581. OLE color: 7921581.
HSL color Cylindrical-coordinate representation of color #ADDF78: hue angle of 89.13º degrees, saturation: 0.62, 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 #ADDF78 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 120 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.13 |
| HSL | 89.13º | 0.62% | 0.67% | - |
| HSV(B) | 89.13º | 0.46% | 0.87% | - |
| XYZ | 47.01 | 63.02 | 27.45 | - |
| YUV | 196.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 120 | 0.22 | 0 | 0.46 | 0.13 | 89.13 | 0.62 | 0.67 |
| Hex | AD | DF | 78 | 16 | 0 | 2E | D | 59 | 3E | 43 |
| Octal | 255 | 337 | 170 | 26 | 0 | 56 | 15 | 131 | 76 | 103 |
| Binary | 10101101 | 11011111 | 1111000 | 10110 | 0 | 101110 | 1101 | 1011001 | 111110 | 1000011 |
Color Harmonies of #ADDF78
Complementary color
Monochromatic Colors of #ADDF78
Black with #ADDF78
Text Example
Text Example
White with #ADDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF78; }
p { color: rgb(173,223,120); }
H1.HeaderClassName
{
color: #ADDF78;
}
.AnyTagClassName
{
color: #ADDF78;
}
</style>
background-color css
<style>
a { background-color: #ADDF78; }
a { background-color: rgb(173,223,120); }
div.DivClassName
{
background-color: #ADDF78;
}
.BgClassName
{
background-color: #ADDF78;
}
</style>
border-color css
<style>
span { border-color: #ADDF78; }
span { border-color: rgb(173,223,120); }
td.TdClassName
{
border-color: #ADDF78;
}
.TagClassName
{
border-color: #ADDF78;
}
</style>