Shades of Feijoa #ADE188
Tints of Feijoa #ADE188
RGB
CMYK
RGB Variations
Color information
#ADE188 (or 0xADE188) is known color: Feijoa. HEX triplet: AD, E1 and 88. RGB value is (173,225,136). Sum of RGB (Red+Green+Blue) = 173+225+136=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE188 is #521E77. Grayscale: #C7C7C7. Windows color (decimal): -5381752 or 8970669. OLE color: 8970669.
HSL color Cylindrical-coordinate representation of color #ADE188: hue angle of 95.06º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE188 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 136 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.12 |
| HSL | 95.06º | 0.6% | 0.71% | - |
| HSV(B) | 95.06º | 0.4% | 0.88% | - |
| XYZ | 48.6 | 64.51 | 33.18 | - |
| YUV | 199.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 136 | 0.23 | 0 | 0.40 | 0.12 | 95.06 | 0.6 | 0.71 |
| Hex | AD | E1 | 88 | 17 | 0 | 28 | C | 5F | 3C | 47 |
| Octal | 255 | 341 | 210 | 27 | 0 | 50 | 14 | 137 | 74 | 107 |
| Binary | 10101101 | 11100001 | 10001000 | 10111 | 0 | 101000 | 1100 | 1011111 | 111100 | 1000111 |
Color Harmonies of #ADE188
Complementary color
Monochromatic Colors of #ADE188
Black with #ADE188
Text Example
Text Example
White with #ADE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE188; }
p { color: rgb(173,225,136); }
H1.HeaderClassName
{
color: #ADE188;
}
.AnyTagClassName
{
color: #ADE188;
}
</style>
background-color css
<style>
a { background-color: #ADE188; }
a { background-color: rgb(173,225,136); }
div.DivClassName
{
background-color: #ADE188;
}
.BgClassName
{
background-color: #ADE188;
}
</style>
border-color css
<style>
span { border-color: #ADE188; }
span { border-color: rgb(173,225,136); }
td.TdClassName
{
border-color: #ADE188;
}
.TagClassName
{
border-color: #ADE188;
}
</style>