Shades of Feijoa #ADEA80
Tints of Feijoa #ADEA80
RGB
CMYK
RGB Variations
Color information
#ADEA80 (or 0xADEA80) is known color: Feijoa. HEX triplet: AD, EA and 80. RGB value is (173,234,128). Sum of RGB (Red+Green+Blue) = 173+234+128=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA80 is #52157F. Grayscale: #CCCCCC. Windows color (decimal): -5379456 or 8448685. OLE color: 8448685.
HSL color Cylindrical-coordinate representation of color #ADEA80: hue angle of 94.53º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADEA80 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 128 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.08 |
| HSL | 94.53º | 0.72% | 0.71% | - |
| HSV(B) | 94.53º | 0.45% | 0.92% | - |
| XYZ | 50.55 | 69.29 | 31.13 | - |
| YUV | 203.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 128 | 0.26 | 0 | 0.45 | 0.08 | 94.53 | 0.72 | 0.71 |
| Hex | AD | EA | 80 | 1A | 0 | 2D | 8 | 5F | 48 | 47 |
| Octal | 255 | 352 | 200 | 32 | 0 | 55 | 10 | 137 | 110 | 107 |
| Binary | 10101101 | 11101010 | 10000000 | 11010 | 0 | 101101 | 1000 | 1011111 | 1001000 | 1000111 |
Color Harmonies of #ADEA80
Complementary color
Monochromatic Colors of #ADEA80
Black with #ADEA80
Text Example
Text Example
White with #ADEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA80; }
p { color: rgb(173,234,128); }
H1.HeaderClassName
{
color: #ADEA80;
}
.AnyTagClassName
{
color: #ADEA80;
}
</style>
background-color css
<style>
a { background-color: #ADEA80; }
a { background-color: rgb(173,234,128); }
div.DivClassName
{
background-color: #ADEA80;
}
.BgClassName
{
background-color: #ADEA80;
}
</style>
border-color css
<style>
span { border-color: #ADEA80; }
span { border-color: rgb(173,234,128); }
td.TdClassName
{
border-color: #ADEA80;
}
.TagClassName
{
border-color: #ADEA80;
}
</style>