Shades of Feijoa #ADE680
Tints of Feijoa #ADE680
RGB
CMYK
RGB Variations
Color information
#ADE680 (or 0xADE680) is known color: Feijoa. HEX triplet: AD, E6 and 80. RGB value is (173,230,128). Sum of RGB (Red+Green+Blue) = 173+230+128=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE680 is #52197F. Grayscale: #C9C9C9. Windows color (decimal): -5380480 or 8447661. OLE color: 8447661.
HSL color Cylindrical-coordinate representation of color #ADE680: hue angle of 93.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE680 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 128 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.10 |
| HSL | 93.53º | 0.67% | 0.7% | - |
| HSV(B) | 93.53º | 0.44% | 0.9% | - |
| XYZ | 49.43 | 67.04 | 30.76 | - |
| YUV | 201.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 128 | 0.25 | 0 | 0.44 | 0.10 | 93.53 | 0.67 | 0.7 |
| Hex | AD | E6 | 80 | 19 | 0 | 2C | A | 5E | 43 | 46 |
| Octal | 255 | 346 | 200 | 31 | 0 | 54 | 12 | 136 | 103 | 106 |
| Binary | 10101101 | 11100110 | 10000000 | 11001 | 0 | 101100 | 1010 | 1011110 | 1000011 | 1000110 |
Color Harmonies of #ADE680
Complementary color
Monochromatic Colors of #ADE680
Black with #ADE680
Text Example
Text Example
White with #ADE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE680; }
p { color: rgb(173,230,128); }
H1.HeaderClassName
{
color: #ADE680;
}
.AnyTagClassName
{
color: #ADE680;
}
</style>
background-color css
<style>
a { background-color: #ADE680; }
a { background-color: rgb(173,230,128); }
div.DivClassName
{
background-color: #ADE680;
}
.BgClassName
{
background-color: #ADE680;
}
</style>
border-color css
<style>
span { border-color: #ADE680; }
span { border-color: rgb(173,230,128); }
td.TdClassName
{
border-color: #ADE680;
}
.TagClassName
{
border-color: #ADE680;
}
</style>