Shades of Feijoa #ADE677
Tints of Feijoa #ADE677
RGB
CMYK
RGB Variations
Color information
#ADE677 (or 0xADE677) is known color: Feijoa. HEX triplet: AD, E6 and 77. RGB value is (173,230,119). Sum of RGB (Red+Green+Blue) = 173+230+119=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE677 is #521988. Grayscale: #C8C8C8. Windows color (decimal): -5380489 or 7857837. OLE color: 7857837.
HSL color Cylindrical-coordinate representation of color #ADE677: hue angle of 90.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE677 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 119 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.10 |
| HSL | 90.81º | 0.69% | 0.68% | - |
| HSV(B) | 90.81º | 0.48% | 0.9% | - |
| XYZ | 48.86 | 66.81 | 27.77 | - |
| YUV | 200.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 119 | 0.25 | 0 | 0.48 | 0.10 | 90.81 | 0.69 | 0.68 |
| Hex | AD | E6 | 77 | 19 | 0 | 30 | A | 5B | 45 | 44 |
| Octal | 255 | 346 | 167 | 31 | 0 | 60 | 12 | 133 | 105 | 104 |
| Binary | 10101101 | 11100110 | 1110111 | 11001 | 0 | 110000 | 1010 | 1011011 | 1000101 | 1000100 |
Color Harmonies of #ADE677
Complementary color
Monochromatic Colors of #ADE677
Black with #ADE677
Text Example
Text Example
White with #ADE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE677; }
p { color: rgb(173,230,119); }
H1.HeaderClassName
{
color: #ADE677;
}
.AnyTagClassName
{
color: #ADE677;
}
</style>
background-color css
<style>
a { background-color: #ADE677; }
a { background-color: rgb(173,230,119); }
div.DivClassName
{
background-color: #ADE677;
}
.BgClassName
{
background-color: #ADE677;
}
</style>
border-color css
<style>
span { border-color: #ADE677; }
span { border-color: rgb(173,230,119); }
td.TdClassName
{
border-color: #ADE677;
}
.TagClassName
{
border-color: #ADE677;
}
</style>