Shades of Feijoa #ADDE94
Tints of Feijoa #ADDE94
RGB
CMYK
RGB Variations
Color information
#ADDE94 (or 0xADDE94) is known color: Feijoa. HEX triplet: AD, DE and 94. RGB value is (173,222,148). Sum of RGB (Red+Green+Blue) = 173+222+148=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE94 is #52216B. Grayscale: #C7C7C7. Windows color (decimal): -5382508 or 9756333. OLE color: 9756333.
HSL color Cylindrical-coordinate representation of color #ADDE94: hue angle of 99.73º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADDE94 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 148 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.13 |
| HSL | 99.73º | 0.53% | 0.73% | - |
| HSV(B) | 99.73º | 0.33% | 0.87% | - |
| XYZ | 48.7 | 63.26 | 37.66 | - |
| YUV | 198.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 148 | 0.22 | 0 | 0.33 | 0.13 | 99.73 | 0.53 | 0.73 |
| Hex | AD | DE | 94 | 16 | 0 | 21 | D | 64 | 35 | 49 |
| Octal | 255 | 336 | 224 | 26 | 0 | 41 | 15 | 144 | 65 | 111 |
| Binary | 10101101 | 11011110 | 10010100 | 10110 | 0 | 100001 | 1101 | 1100100 | 110101 | 1001001 |
Color Harmonies of #ADDE94
Complementary color
Monochromatic Colors of #ADDE94
Black with #ADDE94
Text Example
Text Example
White with #ADDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE94; }
p { color: rgb(173,222,148); }
H1.HeaderClassName
{
color: #ADDE94;
}
.AnyTagClassName
{
color: #ADDE94;
}
</style>
background-color css
<style>
a { background-color: #ADDE94; }
a { background-color: rgb(173,222,148); }
div.DivClassName
{
background-color: #ADDE94;
}
.BgClassName
{
background-color: #ADDE94;
}
</style>
border-color css
<style>
span { border-color: #ADDE94; }
span { border-color: rgb(173,222,148); }
td.TdClassName
{
border-color: #ADDE94;
}
.TagClassName
{
border-color: #ADDE94;
}
</style>