Shades of Feijoa #ADF77A
Tints of Feijoa #ADF77A
RGB
CMYK
RGB Variations
Color information
#ADF77A (or 0xADF77A) is known color: Feijoa. HEX triplet: AD, F7 and 7A. RGB value is (173,247,122). Sum of RGB (Red+Green+Blue) = 173+247+122=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF77A is #520885. Grayscale: #D3D3D3. Windows color (decimal): -5376134 or 8058797. OLE color: 8058797.
HSL color Cylindrical-coordinate representation of color #ADF77A: hue angle of 95.52º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF77A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 122 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.03 |
| HSL | 95.52º | 0.89% | 0.72% | - |
| HSV(B) | 95.52º | 0.51% | 0.97% | - |
| XYZ | 54.01 | 76.81 | 30.39 | - |
| YUV | 210.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 122 | 0.30 | 0 | 0.51 | 0.03 | 95.52 | 0.89 | 0.72 |
| Hex | AD | F7 | 7A | 1E | 0 | 33 | 3 | 60 | 59 | 48 |
| Octal | 255 | 367 | 172 | 36 | 0 | 63 | 3 | 140 | 131 | 110 |
| Binary | 10101101 | 11110111 | 1111010 | 11110 | 0 | 110011 | 11 | 1100000 | 1011001 | 1001000 |
Color Harmonies of #ADF77A
Complementary color
Monochromatic Colors of #ADF77A
Black with #ADF77A
Text Example
Text Example
White with #ADF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF77A; }
p { color: rgb(173,247,122); }
H1.HeaderClassName
{
color: #ADF77A;
}
.AnyTagClassName
{
color: #ADF77A;
}
</style>
background-color css
<style>
a { background-color: #ADF77A; }
a { background-color: rgb(173,247,122); }
div.DivClassName
{
background-color: #ADF77A;
}
.BgClassName
{
background-color: #ADF77A;
}
</style>
border-color css
<style>
span { border-color: #ADF77A; }
span { border-color: rgb(173,247,122); }
td.TdClassName
{
border-color: #ADF77A;
}
.TagClassName
{
border-color: #ADF77A;
}
</style>