Shades of Feijoa #A1DF7F
Tints of Feijoa #A1DF7F
RGB
CMYK
RGB Variations
Color information
#A1DF7F (or 0xA1DF7F) is known color: Feijoa. HEX triplet: A1, DF and 7F. RGB value is (161,223,127). Sum of RGB (Red+Green+Blue) = 161+223+127=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF7F is #5E2080. Grayscale: #C1C1C1. Windows color (decimal): -6168705 or 8380321. OLE color: 8380321.
HSL color Cylindrical-coordinate representation of color #A1DF7F: hue angle of 98.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1DF7F is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 127 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.13 |
| HSL | 98.75º | 0.6% | 0.69% | - |
| HSV(B) | 98.75º | 0.43% | 0.87% | - |
| XYZ | 44.92 | 61.88 | 29.66 | - |
| YUV | 193.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 127 | 0.28 | 0 | 0.43 | 0.13 | 98.75 | 0.6 | 0.69 |
| Hex | A1 | DF | 7F | 1C | 0 | 2B | D | 63 | 3C | 45 |
| Octal | 241 | 337 | 177 | 34 | 0 | 53 | 15 | 143 | 74 | 105 |
| Binary | 10100001 | 11011111 | 1111111 | 11100 | 0 | 101011 | 1101 | 1100011 | 111100 | 1000101 |
Color Harmonies of #A1DF7F
Complementary color
Monochromatic Colors of #A1DF7F
Black with #A1DF7F
Text Example
Text Example
White with #A1DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF7F; }
p { color: rgb(161,223,127); }
H1.HeaderClassName
{
color: #A1DF7F;
}
.AnyTagClassName
{
color: #A1DF7F;
}
</style>
background-color css
<style>
a { background-color: #A1DF7F; }
a { background-color: rgb(161,223,127); }
div.DivClassName
{
background-color: #A1DF7F;
}
.BgClassName
{
background-color: #A1DF7F;
}
</style>
border-color css
<style>
span { border-color: #A1DF7F; }
span { border-color: rgb(161,223,127); }
td.TdClassName
{
border-color: #A1DF7F;
}
.TagClassName
{
border-color: #A1DF7F;
}
</style>