Shades of Feijoa #ADFC7D
Tints of Feijoa #ADFC7D
RGB
CMYK
RGB Variations
Color information
#ADFC7D (or 0xADFC7D) is known color: Feijoa. HEX triplet: AD, FC and 7D. RGB value is (173,252,125). Sum of RGB (Red+Green+Blue) = 173+252+125=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC7D is #520382. Grayscale: #D6D6D6. Windows color (decimal): -5374851 or 8256685. OLE color: 8256685.
HSL color Cylindrical-coordinate representation of color #ADFC7D: hue angle of 97.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADFC7D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 125 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.01 |
| HSL | 97.32º | 0.95% | 0.74% | - |
| HSV(B) | 97.32º | 0.5% | 0.99% | - |
| XYZ | 55.75 | 79.99 | 31.9 | - |
| YUV | 213.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 125 | 0.31 | 0 | 0.50 | 0.01 | 97.32 | 0.95 | 0.74 |
| Hex | AD | FC | 7D | 1F | 0 | 32 | 1 | 61 | 5F | 4A |
| Octal | 255 | 374 | 175 | 37 | 0 | 62 | 1 | 141 | 137 | 112 |
| Binary | 10101101 | 11111100 | 1111101 | 11111 | 0 | 110010 | 1 | 1100001 | 1011111 | 1001010 |
Color Harmonies of #ADFC7D
Complementary color
Monochromatic Colors of #ADFC7D
Black with #ADFC7D
Text Example
Text Example
White with #ADFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC7D; }
p { color: rgb(173,252,125); }
H1.HeaderClassName
{
color: #ADFC7D;
}
.AnyTagClassName
{
color: #ADFC7D;
}
</style>
background-color css
<style>
a { background-color: #ADFC7D; }
a { background-color: rgb(173,252,125); }
div.DivClassName
{
background-color: #ADFC7D;
}
.BgClassName
{
background-color: #ADFC7D;
}
</style>
border-color css
<style>
span { border-color: #ADFC7D; }
span { border-color: rgb(173,252,125); }
td.TdClassName
{
border-color: #ADFC7D;
}
.TagClassName
{
border-color: #ADFC7D;
}
</style>