Shades of Feijoa #ADE388
Tints of Feijoa #ADE388
RGB
CMYK
RGB Variations
Color information
#ADE388 (or 0xADE388) is known color: Feijoa. HEX triplet: AD, E3 and 88. RGB value is (173,227,136). Sum of RGB (Red+Green+Blue) = 173+227+136=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE388 is #521C77. Grayscale: #C8C8C8. Windows color (decimal): -5381240 or 8971181. OLE color: 8971181.
HSL color Cylindrical-coordinate representation of color #ADE388: hue angle of 95.6º degrees, saturation: 0.62, 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 #ADE388 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 136 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.11 |
| HSL | 95.6º | 0.62% | 0.71% | - |
| HSV(B) | 95.6º | 0.4% | 0.89% | - |
| XYZ | 49.15 | 65.6 | 33.36 | - |
| YUV | 200.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 136 | 0.24 | 0 | 0.40 | 0.11 | 95.6 | 0.62 | 0.71 |
| Hex | AD | E3 | 88 | 18 | 0 | 28 | B | 60 | 3E | 47 |
| Octal | 255 | 343 | 210 | 30 | 0 | 50 | 13 | 140 | 76 | 107 |
| Binary | 10101101 | 11100011 | 10001000 | 11000 | 0 | 101000 | 1011 | 1100000 | 111110 | 1000111 |
Color Harmonies of #ADE388
Complementary color
Monochromatic Colors of #ADE388
Black with #ADE388
Text Example
Text Example
White with #ADE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE388; }
p { color: rgb(173,227,136); }
H1.HeaderClassName
{
color: #ADE388;
}
.AnyTagClassName
{
color: #ADE388;
}
</style>
background-color css
<style>
a { background-color: #ADE388; }
a { background-color: rgb(173,227,136); }
div.DivClassName
{
background-color: #ADE388;
}
.BgClassName
{
background-color: #ADE388;
}
</style>
border-color css
<style>
span { border-color: #ADE388; }
span { border-color: rgb(173,227,136); }
td.TdClassName
{
border-color: #ADE388;
}
.TagClassName
{
border-color: #ADE388;
}
</style>