Shades of Feijoa #ADE080
Tints of Feijoa #ADE080
RGB
CMYK
RGB Variations
Color information
#ADE080 (or 0xADE080) is known color: Feijoa. HEX triplet: AD, E0 and 80. RGB value is (173,224,128). Sum of RGB (Red+Green+Blue) = 173+224+128=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE080 is #521F7F. Grayscale: #C6C6C6. Windows color (decimal): -5382016 or 8446125. OLE color: 8446125.
HSL color Cylindrical-coordinate representation of color #ADE080: hue angle of 91.88º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE080 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 128 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.12 |
| HSL | 91.88º | 0.61% | 0.69% | - |
| HSV(B) | 91.88º | 0.43% | 0.88% | - |
| XYZ | 47.79 | 63.75 | 30.21 | - |
| YUV | 197.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 128 | 0.23 | 0 | 0.43 | 0.12 | 91.88 | 0.61 | 0.69 |
| Hex | AD | E0 | 80 | 17 | 0 | 2B | C | 5C | 3D | 45 |
| Octal | 255 | 340 | 200 | 27 | 0 | 53 | 14 | 134 | 75 | 105 |
| Binary | 10101101 | 11100000 | 10000000 | 10111 | 0 | 101011 | 1100 | 1011100 | 111101 | 1000101 |
Color Harmonies of #ADE080
Complementary color
Monochromatic Colors of #ADE080
Black with #ADE080
Text Example
Text Example
White with #ADE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE080; }
p { color: rgb(173,224,128); }
H1.HeaderClassName
{
color: #ADE080;
}
.AnyTagClassName
{
color: #ADE080;
}
</style>
background-color css
<style>
a { background-color: #ADE080; }
a { background-color: rgb(173,224,128); }
div.DivClassName
{
background-color: #ADE080;
}
.BgClassName
{
background-color: #ADE080;
}
</style>
border-color css
<style>
span { border-color: #ADE080; }
span { border-color: rgb(173,224,128); }
td.TdClassName
{
border-color: #ADE080;
}
.TagClassName
{
border-color: #ADE080;
}
</style>