Shades of Feijoa #ADE088
Tints of Feijoa #ADE088
RGB
CMYK
RGB Variations
Color information
#ADE088 (or 0xADE088) is known color: Feijoa. HEX triplet: AD, E0 and 88. RGB value is (173,224,136). Sum of RGB (Red+Green+Blue) = 173+224+136=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE088 is #521F77. Grayscale: #C7C7C7. Windows color (decimal): -5382008 or 8970413. OLE color: 8970413.
HSL color Cylindrical-coordinate representation of color #ADE088: hue angle of 94.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE088 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 136 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.12 |
| HSL | 94.77º | 0.59% | 0.71% | - |
| HSV(B) | 94.77º | 0.39% | 0.88% | - |
| XYZ | 48.33 | 63.97 | 33.09 | - |
| YUV | 198.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 136 | 0.23 | 0 | 0.39 | 0.12 | 94.77 | 0.59 | 0.71 |
| Hex | AD | E0 | 88 | 17 | 0 | 27 | C | 5F | 3B | 47 |
| Octal | 255 | 340 | 210 | 27 | 0 | 47 | 14 | 137 | 73 | 107 |
| Binary | 10101101 | 11100000 | 10001000 | 10111 | 0 | 100111 | 1100 | 1011111 | 111011 | 1000111 |
Color Harmonies of #ADE088
Complementary color
Monochromatic Colors of #ADE088
Black with #ADE088
Text Example
Text Example
White with #ADE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE088; }
p { color: rgb(173,224,136); }
H1.HeaderClassName
{
color: #ADE088;
}
.AnyTagClassName
{
color: #ADE088;
}
</style>
background-color css
<style>
a { background-color: #ADE088; }
a { background-color: rgb(173,224,136); }
div.DivClassName
{
background-color: #ADE088;
}
.BgClassName
{
background-color: #ADE088;
}
</style>
border-color css
<style>
span { border-color: #ADE088; }
span { border-color: rgb(173,224,136); }
td.TdClassName
{
border-color: #ADE088;
}
.TagClassName
{
border-color: #ADE088;
}
</style>