Shades of Feijoa #ADF17A
Tints of Feijoa #ADF17A
RGB
CMYK
RGB Variations
Color information
#ADF17A (or 0xADF17A) is known color: Feijoa. HEX triplet: AD, F1 and 7A. RGB value is (173,241,122). Sum of RGB (Red+Green+Blue) = 173+241+122=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17A is #520E85. Grayscale: #CFCFCF. Windows color (decimal): -5377670 or 8057261. OLE color: 8057261.
HSL color Cylindrical-coordinate representation of color #ADF17A: hue angle of 94.29º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF17A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 122 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 94.29º | 0.81% | 0.71% | - |
| HSV(B) | 94.29º | 0.49% | 0.95% | - |
| XYZ | 52.2 | 73.2 | 29.79 | - |
| YUV | 207.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 122 | 0.28 | 0 | 0.49 | 0.05 | 94.29 | 0.81 | 0.71 |
| Hex | AD | F1 | 7A | 1C | 0 | 31 | 5 | 5E | 51 | 47 |
| Octal | 255 | 361 | 172 | 34 | 0 | 61 | 5 | 136 | 121 | 107 |
| Binary | 10101101 | 11110001 | 1111010 | 11100 | 0 | 110001 | 101 | 1011110 | 1010001 | 1000111 |
Color Harmonies of #ADF17A
Complementary color
Monochromatic Colors of #ADF17A
Black with #ADF17A
Text Example
Text Example
White with #ADF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF17A; }
p { color: rgb(173,241,122); }
H1.HeaderClassName
{
color: #ADF17A;
}
.AnyTagClassName
{
color: #ADF17A;
}
</style>
background-color css
<style>
a { background-color: #ADF17A; }
a { background-color: rgb(173,241,122); }
div.DivClassName
{
background-color: #ADF17A;
}
.BgClassName
{
background-color: #ADF17A;
}
</style>
border-color css
<style>
span { border-color: #ADF17A; }
span { border-color: rgb(173,241,122); }
td.TdClassName
{
border-color: #ADF17A;
}
.TagClassName
{
border-color: #ADF17A;
}
</style>