Shades of Feijoa #ADF17D
Tints of Feijoa #ADF17D
RGB
CMYK
RGB Variations
Color information
#ADF17D (or 0xADF17D) is known color: Feijoa. HEX triplet: AD, F1 and 7D. RGB value is (173,241,125). Sum of RGB (Red+Green+Blue) = 173+241+125=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF17D is #520E82. Grayscale: #CFCFCF. Windows color (decimal): -5377667 or 8253869. OLE color: 8253869.
HSL color Cylindrical-coordinate representation of color #ADF17D: hue angle of 95.17º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF17D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 125 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.05 |
| HSL | 95.17º | 0.81% | 0.72% | - |
| HSV(B) | 95.17º | 0.48% | 0.95% | - |
| XYZ | 52.39 | 73.28 | 30.78 | - |
| YUV | 207.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 125 | 0.28 | 0 | 0.48 | 0.05 | 95.17 | 0.81 | 0.72 |
| Hex | AD | F1 | 7D | 1C | 0 | 30 | 5 | 5F | 51 | 48 |
| Octal | 255 | 361 | 175 | 34 | 0 | 60 | 5 | 137 | 121 | 110 |
| Binary | 10101101 | 11110001 | 1111101 | 11100 | 0 | 110000 | 101 | 1011111 | 1010001 | 1001000 |
Color Harmonies of #ADF17D
Complementary color
Monochromatic Colors of #ADF17D
Black with #ADF17D
Text Example
Text Example
White with #ADF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF17D; }
p { color: rgb(173,241,125); }
H1.HeaderClassName
{
color: #ADF17D;
}
.AnyTagClassName
{
color: #ADF17D;
}
</style>
background-color css
<style>
a { background-color: #ADF17D; }
a { background-color: rgb(173,241,125); }
div.DivClassName
{
background-color: #ADF17D;
}
.BgClassName
{
background-color: #ADF17D;
}
</style>
border-color css
<style>
span { border-color: #ADF17D; }
span { border-color: rgb(173,241,125); }
td.TdClassName
{
border-color: #ADF17D;
}
.TagClassName
{
border-color: #ADF17D;
}
</style>