Shades of Feijoa #ADE488
Tints of Feijoa #ADE488
RGB
CMYK
RGB Variations
Color information
#ADE488 (or 0xADE488) is known color: Feijoa. HEX triplet: AD, E4 and 88. RGB value is (173,228,136). Sum of RGB (Red+Green+Blue) = 173+228+136=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE488 is #521B77. Grayscale: #C9C9C9. Windows color (decimal): -5380984 or 8971437. OLE color: 8971437.
HSL color Cylindrical-coordinate representation of color #ADE488: hue angle of 95.87º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE488 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 136 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.11 |
| HSL | 95.87º | 0.63% | 0.71% | - |
| HSV(B) | 95.87º | 0.4% | 0.89% | - |
| XYZ | 49.42 | 66.15 | 33.46 | - |
| YUV | 201.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 136 | 0.24 | 0 | 0.40 | 0.11 | 95.87 | 0.63 | 0.71 |
| Hex | AD | E4 | 88 | 18 | 0 | 28 | B | 60 | 3F | 47 |
| Octal | 255 | 344 | 210 | 30 | 0 | 50 | 13 | 140 | 77 | 107 |
| Binary | 10101101 | 11100100 | 10001000 | 11000 | 0 | 101000 | 1011 | 1100000 | 111111 | 1000111 |
Color Harmonies of #ADE488
Complementary color
Monochromatic Colors of #ADE488
Black with #ADE488
Text Example
Text Example
White with #ADE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE488; }
p { color: rgb(173,228,136); }
H1.HeaderClassName
{
color: #ADE488;
}
.AnyTagClassName
{
color: #ADE488;
}
</style>
background-color css
<style>
a { background-color: #ADE488; }
a { background-color: rgb(173,228,136); }
div.DivClassName
{
background-color: #ADE488;
}
.BgClassName
{
background-color: #ADE488;
}
</style>
border-color css
<style>
span { border-color: #ADE488; }
span { border-color: rgb(173,228,136); }
td.TdClassName
{
border-color: #ADE488;
}
.TagClassName
{
border-color: #ADE488;
}
</style>