Shades of Feijoa #ADEF8C
Tints of Feijoa #ADEF8C
RGB
CMYK
RGB Variations
Color information
#ADEF8C (or 0xADEF8C) is known color: Feijoa. HEX triplet: AD, EF and 8C. RGB value is (173,239,140). Sum of RGB (Red+Green+Blue) = 173+239+140=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF8C is #521073. Grayscale: #D0D0D0. Windows color (decimal): -5378164 or 9236397. OLE color: 9236397.
HSL color Cylindrical-coordinate representation of color #ADEF8C: hue angle of 100º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEF8C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 140 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 100º | 0.76% | 0.74% | - |
| HSV(B) | 100º | 0.41% | 0.94% | - |
| XYZ | 52.83 | 72.51 | 36.02 | - |
| YUV | 207.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 140 | 0.28 | 0 | 0.41 | 0.06 | 100 | 0.76 | 0.74 |
| Hex | AD | EF | 8C | 1C | 0 | 29 | 6 | 64 | 4C | 4A |
| Octal | 255 | 357 | 214 | 34 | 0 | 51 | 6 | 144 | 114 | 112 |
| Binary | 10101101 | 11101111 | 10001100 | 11100 | 0 | 101001 | 110 | 1100100 | 1001100 | 1001010 |
Color Harmonies of #ADEF8C
Complementary color
Monochromatic Colors of #ADEF8C
Black with #ADEF8C
Text Example
Text Example
White with #ADEF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF8C; }
p { color: rgb(173,239,140); }
H1.HeaderClassName
{
color: #ADEF8C;
}
.AnyTagClassName
{
color: #ADEF8C;
}
</style>
background-color css
<style>
a { background-color: #ADEF8C; }
a { background-color: rgb(173,239,140); }
div.DivClassName
{
background-color: #ADEF8C;
}
.BgClassName
{
background-color: #ADEF8C;
}
</style>
border-color css
<style>
span { border-color: #ADEF8C; }
span { border-color: rgb(173,239,140); }
td.TdClassName
{
border-color: #ADEF8C;
}
.TagClassName
{
border-color: #ADEF8C;
}
</style>