Shades of Feijoa #ADE875
Tints of Feijoa #ADE875
RGB
CMYK
RGB Variations
Color information
#ADE875 (or 0xADE875) is known color: Feijoa. HEX triplet: AD, E8 and 75. RGB value is (173,232,117). Sum of RGB (Red+Green+Blue) = 173+232+117=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE875 is #52178A. Grayscale: #C9C9C9. Windows color (decimal): -5379979 or 7727277. OLE color: 7727277.
HSL color Cylindrical-coordinate representation of color #ADE875: hue angle of 90.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE875 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 117 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.09 |
| HSL | 90.78º | 0.71% | 0.68% | - |
| HSV(B) | 90.78º | 0.5% | 0.91% | - |
| XYZ | 49.3 | 67.88 | 27.33 | - |
| YUV | 201.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 117 | 0.25 | 0 | 0.50 | 0.09 | 90.78 | 0.71 | 0.68 |
| Hex | AD | E8 | 75 | 19 | 0 | 32 | 9 | 5B | 47 | 44 |
| Octal | 255 | 350 | 165 | 31 | 0 | 62 | 11 | 133 | 107 | 104 |
| Binary | 10101101 | 11101000 | 1110101 | 11001 | 0 | 110010 | 1001 | 1011011 | 1000111 | 1000100 |
Color Harmonies of #ADE875
Complementary color
Monochromatic Colors of #ADE875
Black with #ADE875
Text Example
Text Example
White with #ADE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE875; }
p { color: rgb(173,232,117); }
H1.HeaderClassName
{
color: #ADE875;
}
.AnyTagClassName
{
color: #ADE875;
}
</style>
background-color css
<style>
a { background-color: #ADE875; }
a { background-color: rgb(173,232,117); }
div.DivClassName
{
background-color: #ADE875;
}
.BgClassName
{
background-color: #ADE875;
}
</style>
border-color css
<style>
span { border-color: #ADE875; }
span { border-color: rgb(173,232,117); }
td.TdClassName
{
border-color: #ADE875;
}
.TagClassName
{
border-color: #ADE875;
}
</style>