Shades of Feijoa #ADDE7B
Tints of Feijoa #ADDE7B
RGB
CMYK
RGB Variations
Color information
#ADDE7B (or 0xADDE7B) is known color: Feijoa. HEX triplet: AD, DE and 7B. RGB value is (173,222,123). Sum of RGB (Red+Green+Blue) = 173+222+123=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE7B is #522184. Grayscale: #C4C4C4. Windows color (decimal): -5382533 or 8117933. OLE color: 8117933.
HSL color Cylindrical-coordinate representation of color #ADDE7B: hue angle of 89.7º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDE7B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 123 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.13 |
| HSL | 89.7º | 0.6% | 0.68% | - |
| HSV(B) | 89.7º | 0.45% | 0.87% | - |
| XYZ | 46.93 | 62.56 | 28.34 | - |
| YUV | 196.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 123 | 0.22 | 0 | 0.45 | 0.13 | 89.7 | 0.6 | 0.68 |
| Hex | AD | DE | 7B | 16 | 0 | 2D | D | 5A | 3C | 44 |
| Octal | 255 | 336 | 173 | 26 | 0 | 55 | 15 | 132 | 74 | 104 |
| Binary | 10101101 | 11011110 | 1111011 | 10110 | 0 | 101101 | 1101 | 1011010 | 111100 | 1000100 |
Color Harmonies of #ADDE7B
Complementary color
Monochromatic Colors of #ADDE7B
Black with #ADDE7B
Text Example
Text Example
White with #ADDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE7B; }
p { color: rgb(173,222,123); }
H1.HeaderClassName
{
color: #ADDE7B;
}
.AnyTagClassName
{
color: #ADDE7B;
}
</style>
background-color css
<style>
a { background-color: #ADDE7B; }
a { background-color: rgb(173,222,123); }
div.DivClassName
{
background-color: #ADDE7B;
}
.BgClassName
{
background-color: #ADDE7B;
}
</style>
border-color css
<style>
span { border-color: #ADDE7B; }
span { border-color: rgb(173,222,123); }
td.TdClassName
{
border-color: #ADDE7B;
}
.TagClassName
{
border-color: #ADDE7B;
}
</style>