Shades of Feijoa #ADE681
Tints of Feijoa #ADE681
RGB
CMYK
RGB Variations
Color information
#ADE681 (or 0xADE681) is known color: Feijoa. HEX triplet: AD, E6 and 81. RGB value is (173,230,129). Sum of RGB (Red+Green+Blue) = 173+230+129=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE681 is #52197E. Grayscale: #C9C9C9. Windows color (decimal): -5380479 or 8513197. OLE color: 8513197.
HSL color Cylindrical-coordinate representation of color #ADE681: hue angle of 93.86º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE681 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 129 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.10 |
| HSL | 93.86º | 0.67% | 0.7% | - |
| HSV(B) | 93.86º | 0.44% | 0.9% | - |
| XYZ | 49.49 | 67.06 | 31.1 | - |
| YUV | 201.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 129 | 0.25 | 0 | 0.44 | 0.10 | 93.86 | 0.67 | 0.7 |
| Hex | AD | E6 | 81 | 19 | 0 | 2C | A | 5E | 43 | 46 |
| Octal | 255 | 346 | 201 | 31 | 0 | 54 | 12 | 136 | 103 | 106 |
| Binary | 10101101 | 11100110 | 10000001 | 11001 | 0 | 101100 | 1010 | 1011110 | 1000011 | 1000110 |
Color Harmonies of #ADE681
Complementary color
Monochromatic Colors of #ADE681
Black with #ADE681
Text Example
Text Example
White with #ADE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE681; }
p { color: rgb(173,230,129); }
H1.HeaderClassName
{
color: #ADE681;
}
.AnyTagClassName
{
color: #ADE681;
}
</style>
background-color css
<style>
a { background-color: #ADE681; }
a { background-color: rgb(173,230,129); }
div.DivClassName
{
background-color: #ADE681;
}
.BgClassName
{
background-color: #ADE681;
}
</style>
border-color css
<style>
span { border-color: #ADE681; }
span { border-color: rgb(173,230,129); }
td.TdClassName
{
border-color: #ADE681;
}
.TagClassName
{
border-color: #ADE681;
}
</style>