Shades of Feijoa #ADF177
Tints of Feijoa #ADF177
RGB
CMYK
RGB Variations
Color information
#ADF177 (or 0xADF177) is known color: Feijoa. HEX triplet: AD, F1 and 77. RGB value is (173,241,119). Sum of RGB (Red+Green+Blue) = 173+241+119=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF177 is #520E88. Grayscale: #CFCFCF. Windows color (decimal): -5377673 or 7860653. OLE color: 7860653.
HSL color Cylindrical-coordinate representation of color #ADF177: hue angle of 93.44º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF177 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 119 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.05 |
| HSL | 93.44º | 0.81% | 0.71% | - |
| HSV(B) | 93.44º | 0.51% | 0.95% | - |
| XYZ | 52.02 | 73.13 | 28.83 | - |
| YUV | 206.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 119 | 0.28 | 0 | 0.51 | 0.05 | 93.44 | 0.81 | 0.71 |
| Hex | AD | F1 | 77 | 1C | 0 | 33 | 5 | 5D | 51 | 47 |
| Octal | 255 | 361 | 167 | 34 | 0 | 63 | 5 | 135 | 121 | 107 |
| Binary | 10101101 | 11110001 | 1110111 | 11100 | 0 | 110011 | 101 | 1011101 | 1010001 | 1000111 |
Color Harmonies of #ADF177
Complementary color
Monochromatic Colors of #ADF177
Black with #ADF177
Text Example
Text Example
White with #ADF177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF177; }
p { color: rgb(173,241,119); }
H1.HeaderClassName
{
color: #ADF177;
}
.AnyTagClassName
{
color: #ADF177;
}
</style>
background-color css
<style>
a { background-color: #ADF177; }
a { background-color: rgb(173,241,119); }
div.DivClassName
{
background-color: #ADF177;
}
.BgClassName
{
background-color: #ADF177;
}
</style>
border-color css
<style>
span { border-color: #ADF177; }
span { border-color: rgb(173,241,119); }
td.TdClassName
{
border-color: #ADF177;
}
.TagClassName
{
border-color: #ADF177;
}
</style>