Shades of Feijoa #ADE88A
Tints of Feijoa #ADE88A
RGB
CMYK
RGB Variations
Color information
#ADE88A (or 0xADE88A) is known color: Feijoa. HEX triplet: AD, E8 and 8A. RGB value is (173,232,138). Sum of RGB (Red+Green+Blue) = 173+232+138=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE88A is #521775. Grayscale: #CBCBCB. Windows color (decimal): -5379958 or 9103533. OLE color: 9103533.
HSL color Cylindrical-coordinate representation of color #ADE88A: hue angle of 97.66º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE88A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 138 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.09 |
| HSL | 97.66º | 0.67% | 0.73% | - |
| HSV(B) | 97.66º | 0.41% | 0.91% | - |
| XYZ | 50.68 | 68.43 | 34.58 | - |
| YUV | 203.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 138 | 0.25 | 0 | 0.41 | 0.09 | 97.66 | 0.67 | 0.73 |
| Hex | AD | E8 | 8A | 19 | 0 | 29 | 9 | 62 | 43 | 49 |
| Octal | 255 | 350 | 212 | 31 | 0 | 51 | 11 | 142 | 103 | 111 |
| Binary | 10101101 | 11101000 | 10001010 | 11001 | 0 | 101001 | 1001 | 1100010 | 1000011 | 1001001 |
Color Harmonies of #ADE88A
Complementary color
Monochromatic Colors of #ADE88A
Black with #ADE88A
Text Example
Text Example
White with #ADE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE88A; }
p { color: rgb(173,232,138); }
H1.HeaderClassName
{
color: #ADE88A;
}
.AnyTagClassName
{
color: #ADE88A;
}
</style>
background-color css
<style>
a { background-color: #ADE88A; }
a { background-color: rgb(173,232,138); }
div.DivClassName
{
background-color: #ADE88A;
}
.BgClassName
{
background-color: #ADE88A;
}
</style>
border-color css
<style>
span { border-color: #ADE88A; }
span { border-color: rgb(173,232,138); }
td.TdClassName
{
border-color: #ADE88A;
}
.TagClassName
{
border-color: #ADE88A;
}
</style>