Shades of Feijoa #ADE481
Tints of Feijoa #ADE481
RGB
CMYK
RGB Variations
Color information
#ADE481 (or 0xADE481) is known color: Feijoa. HEX triplet: AD, E4 and 81. RGB value is (173,228,129). Sum of RGB (Red+Green+Blue) = 173+228+129=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE481 is #521B7E. Grayscale: #C8C8C8. Windows color (decimal): -5380991 or 8512685. OLE color: 8512685.
HSL color Cylindrical-coordinate representation of color #ADE481: hue angle of 93.33º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE481 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 129 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.11 |
| HSL | 93.33º | 0.65% | 0.7% | - |
| HSV(B) | 93.33º | 0.43% | 0.89% | - |
| XYZ | 48.94 | 65.96 | 30.92 | - |
| YUV | 200.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 129 | 0.24 | 0 | 0.43 | 0.11 | 93.33 | 0.65 | 0.7 |
| Hex | AD | E4 | 81 | 18 | 0 | 2B | B | 5D | 41 | 46 |
| Octal | 255 | 344 | 201 | 30 | 0 | 53 | 13 | 135 | 101 | 106 |
| Binary | 10101101 | 11100100 | 10000001 | 11000 | 0 | 101011 | 1011 | 1011101 | 1000001 | 1000110 |
Color Harmonies of #ADE481
Complementary color
Monochromatic Colors of #ADE481
Black with #ADE481
Text Example
Text Example
White with #ADE481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE481; }
p { color: rgb(173,228,129); }
H1.HeaderClassName
{
color: #ADE481;
}
.AnyTagClassName
{
color: #ADE481;
}
</style>
background-color css
<style>
a { background-color: #ADE481; }
a { background-color: rgb(173,228,129); }
div.DivClassName
{
background-color: #ADE481;
}
.BgClassName
{
background-color: #ADE481;
}
</style>
border-color css
<style>
span { border-color: #ADE481; }
span { border-color: rgb(173,228,129); }
td.TdClassName
{
border-color: #ADE481;
}
.TagClassName
{
border-color: #ADE481;
}
</style>