Shades of Feijoa #ADE977
Tints of Feijoa #ADE977
RGB
CMYK
RGB Variations
Color information
#ADE977 (or 0xADE977) is known color: Feijoa. HEX triplet: AD, E9 and 77. RGB value is (173,233,119). Sum of RGB (Red+Green+Blue) = 173+233+119=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE977 is #521688. Grayscale: #CACACA. Windows color (decimal): -5379721 or 7858605. OLE color: 7858605.
HSL color Cylindrical-coordinate representation of color #ADE977: hue angle of 91.58º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE977 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 119 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.09 |
| HSL | 91.58º | 0.72% | 0.69% | - |
| HSV(B) | 91.58º | 0.49% | 0.91% | - |
| XYZ | 49.7 | 68.49 | 28.05 | - |
| YUV | 202.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 119 | 0.26 | 0 | 0.49 | 0.09 | 91.58 | 0.72 | 0.69 |
| Hex | AD | E9 | 77 | 1A | 0 | 31 | 9 | 5C | 48 | 45 |
| Octal | 255 | 351 | 167 | 32 | 0 | 61 | 11 | 134 | 110 | 105 |
| Binary | 10101101 | 11101001 | 1110111 | 11010 | 0 | 110001 | 1001 | 1011100 | 1001000 | 1000101 |
Color Harmonies of #ADE977
Complementary color
Monochromatic Colors of #ADE977
Black with #ADE977
Text Example
Text Example
White with #ADE977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE977; }
p { color: rgb(173,233,119); }
H1.HeaderClassName
{
color: #ADE977;
}
.AnyTagClassName
{
color: #ADE977;
}
</style>
background-color css
<style>
a { background-color: #ADE977; }
a { background-color: rgb(173,233,119); }
div.DivClassName
{
background-color: #ADE977;
}
.BgClassName
{
background-color: #ADE977;
}
</style>
border-color css
<style>
span { border-color: #ADE977; }
span { border-color: rgb(173,233,119); }
td.TdClassName
{
border-color: #ADE977;
}
.TagClassName
{
border-color: #ADE977;
}
</style>