Shades of Feijoa #ADE675
Tints of Feijoa #ADE675
RGB
CMYK
RGB Variations
Color information
#ADE675 (or 0xADE675) is known color: Feijoa. HEX triplet: AD, E6 and 75. RGB value is (173,230,117). Sum of RGB (Red+Green+Blue) = 173+230+117=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE675 is #52198A. Grayscale: #C8C8C8. Windows color (decimal): -5380491 or 7726765. OLE color: 7726765.
HSL color Cylindrical-coordinate representation of color #ADE675: hue angle of 90.27º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE675 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 117 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.10 |
| HSL | 90.27º | 0.69% | 0.68% | - |
| HSV(B) | 90.27º | 0.49% | 0.9% | - |
| XYZ | 48.74 | 66.76 | 27.15 | - |
| YUV | 200.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 117 | 0.25 | 0 | 0.49 | 0.10 | 90.27 | 0.69 | 0.68 |
| Hex | AD | E6 | 75 | 19 | 0 | 31 | A | 5A | 45 | 44 |
| Octal | 255 | 346 | 165 | 31 | 0 | 61 | 12 | 132 | 105 | 104 |
| Binary | 10101101 | 11100110 | 1110101 | 11001 | 0 | 110001 | 1010 | 1011010 | 1000101 | 1000100 |
Color Harmonies of #ADE675
Complementary color
Monochromatic Colors of #ADE675
Black with #ADE675
Text Example
Text Example
White with #ADE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE675; }
p { color: rgb(173,230,117); }
H1.HeaderClassName
{
color: #ADE675;
}
.AnyTagClassName
{
color: #ADE675;
}
</style>
background-color css
<style>
a { background-color: #ADE675; }
a { background-color: rgb(173,230,117); }
div.DivClassName
{
background-color: #ADE675;
}
.BgClassName
{
background-color: #ADE675;
}
</style>
border-color css
<style>
span { border-color: #ADE675; }
span { border-color: rgb(173,230,117); }
td.TdClassName
{
border-color: #ADE675;
}
.TagClassName
{
border-color: #ADE675;
}
</style>