Shades of Feijoa #ADFD7F
Tints of Feijoa #ADFD7F
RGB
CMYK
RGB Variations
Color information
#ADFD7F (or 0xADFD7F) is known color: Feijoa. HEX triplet: AD, FD and 7F. RGB value is (173,253,127). Sum of RGB (Red+Green+Blue) = 173+253+127=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD7F is #520280. Grayscale: #D7D7D7. Windows color (decimal): -5374593 or 8388013. OLE color: 8388013.
HSL color Cylindrical-coordinate representation of color #ADFD7F: hue angle of 98.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADFD7F is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 127 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.01 |
| HSL | 98.1º | 0.97% | 0.75% | - |
| HSV(B) | 98.1º | 0.5% | 0.99% | - |
| XYZ | 56.19 | 80.67 | 32.69 | - |
| YUV | 214.72 | 78.5 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 127 | 0.32 | 0 | 0.50 | 0.01 | 98.1 | 0.97 | 0.75 |
| Hex | AD | FD | 7F | 20 | 0 | 32 | 1 | 62 | 61 | 4B |
| Octal | 255 | 375 | 177 | 40 | 0 | 62 | 1 | 142 | 141 | 113 |
| Binary | 10101101 | 11111101 | 1111111 | 100000 | 0 | 110010 | 1 | 1100010 | 1100001 | 1001011 |
Color Harmonies of #ADFD7F
Complementary color
Monochromatic Colors of #ADFD7F
Black with #ADFD7F
Text Example
Text Example
White with #ADFD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD7F; }
p { color: rgb(173,253,127); }
H1.HeaderClassName
{
color: #ADFD7F;
}
.AnyTagClassName
{
color: #ADFD7F;
}
</style>
background-color css
<style>
a { background-color: #ADFD7F; }
a { background-color: rgb(173,253,127); }
div.DivClassName
{
background-color: #ADFD7F;
}
.BgClassName
{
background-color: #ADFD7F;
}
</style>
border-color css
<style>
span { border-color: #ADFD7F; }
span { border-color: rgb(173,253,127); }
td.TdClassName
{
border-color: #ADFD7F;
}
.TagClassName
{
border-color: #ADFD7F;
}
</style>