Shades of Feijoa #ADF17B
Tints of Feijoa #ADF17B
RGB
CMYK
RGB Variations
Color information
#ADF17B (or 0xADF17B) is known color: Feijoa. HEX triplet: AD, F1 and 7B. RGB value is (173,241,123). Sum of RGB (Red+Green+Blue) = 173+241+123=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17B is #520E84. Grayscale: #CFCFCF. Windows color (decimal): -5377669 or 8122797. OLE color: 8122797.
HSL color Cylindrical-coordinate representation of color #ADF17B: hue angle of 94.58º 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 #ADF17B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 123 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 94.58º | 0.81% | 0.71% | - |
| HSV(B) | 94.58º | 0.49% | 0.95% | - |
| XYZ | 52.26 | 73.22 | 30.12 | - |
| YUV | 207.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 123 | 0.28 | 0 | 0.49 | 0.05 | 94.58 | 0.81 | 0.71 |
| Hex | AD | F1 | 7B | 1C | 0 | 31 | 5 | 5F | 51 | 47 |
| Octal | 255 | 361 | 173 | 34 | 0 | 61 | 5 | 137 | 121 | 107 |
| Binary | 10101101 | 11110001 | 1111011 | 11100 | 0 | 110001 | 101 | 1011111 | 1010001 | 1000111 |
Color Harmonies of #ADF17B
Complementary color
Monochromatic Colors of #ADF17B
Black with #ADF17B
Text Example
Text Example
White with #ADF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF17B; }
p { color: rgb(173,241,123); }
H1.HeaderClassName
{
color: #ADF17B;
}
.AnyTagClassName
{
color: #ADF17B;
}
</style>
background-color css
<style>
a { background-color: #ADF17B; }
a { background-color: rgb(173,241,123); }
div.DivClassName
{
background-color: #ADF17B;
}
.BgClassName
{
background-color: #ADF17B;
}
</style>
border-color css
<style>
span { border-color: #ADF17B; }
span { border-color: rgb(173,241,123); }
td.TdClassName
{
border-color: #ADF17B;
}
.TagClassName
{
border-color: #ADF17B;
}
</style>