Shades of Feijoa #ADE688
Tints of Feijoa #ADE688
RGB
CMYK
RGB Variations
Color information
#ADE688 (or 0xADE688) is known color: Feijoa. HEX triplet: AD, E6 and 88. RGB value is (173,230,136). Sum of RGB (Red+Green+Blue) = 173+230+136=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE688 is #521977. Grayscale: #CACACA. Windows color (decimal): -5380472 or 8971949. OLE color: 8971949.
HSL color Cylindrical-coordinate representation of color #ADE688: hue angle of 96.38º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE688 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 136 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.10 |
| HSL | 96.38º | 0.65% | 0.72% | - |
| HSV(B) | 96.38º | 0.41% | 0.9% | - |
| XYZ | 49.97 | 67.26 | 33.64 | - |
| YUV | 202.24 | 90.62 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 136 | 0.25 | 0 | 0.41 | 0.10 | 96.38 | 0.65 | 0.72 |
| Hex | AD | E6 | 88 | 19 | 0 | 29 | A | 60 | 41 | 48 |
| Octal | 255 | 346 | 210 | 31 | 0 | 51 | 12 | 140 | 101 | 110 |
| Binary | 10101101 | 11100110 | 10001000 | 11001 | 0 | 101001 | 1010 | 1100000 | 1000001 | 1001000 |
Color Harmonies of #ADE688
Complementary color
Monochromatic Colors of #ADE688
Black with #ADE688
Text Example
Text Example
White with #ADE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE688; }
p { color: rgb(173,230,136); }
H1.HeaderClassName
{
color: #ADE688;
}
.AnyTagClassName
{
color: #ADE688;
}
</style>
background-color css
<style>
a { background-color: #ADE688; }
a { background-color: rgb(173,230,136); }
div.DivClassName
{
background-color: #ADE688;
}
.BgClassName
{
background-color: #ADE688;
}
</style>
border-color css
<style>
span { border-color: #ADE688; }
span { border-color: rgb(173,230,136); }
td.TdClassName
{
border-color: #ADE688;
}
.TagClassName
{
border-color: #ADE688;
}
</style>