Shades of Feijoa #A3DF7F
Tints of Feijoa #A3DF7F
RGB
CMYK
RGB Variations
Color information
#A3DF7F (or 0xA3DF7F) is known color: Feijoa. HEX triplet: A3, DF and 7F. RGB value is (163,223,127). Sum of RGB (Red+Green+Blue) = 163+223+127=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF7F is #5C2080. Grayscale: #C2C2C2. Windows color (decimal): -6037633 or 8380323. OLE color: 8380323.
HSL color Cylindrical-coordinate representation of color #A3DF7F: hue angle of 97.5º 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 #A3DF7F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 127 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 97.5º | 0.6% | 0.69% | - |
| HSV(B) | 97.5º | 0.43% | 0.87% | - |
| XYZ | 45.32 | 62.09 | 29.68 | - |
| YUV | 194.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 127 | 0.27 | 0 | 0.43 | 0.13 | 97.5 | 0.6 | 0.69 |
| Hex | A3 | DF | 7F | 1B | 0 | 2B | D | 62 | 3C | 45 |
| Octal | 243 | 337 | 177 | 33 | 0 | 53 | 15 | 142 | 74 | 105 |
| Binary | 10100011 | 11011111 | 1111111 | 11011 | 0 | 101011 | 1101 | 1100010 | 111100 | 1000101 |
Color Harmonies of #A3DF7F
Complementary color
Monochromatic Colors of #A3DF7F
Black with #A3DF7F
Text Example
Text Example
White with #A3DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF7F; }
p { color: rgb(163,223,127); }
H1.HeaderClassName
{
color: #A3DF7F;
}
.AnyTagClassName
{
color: #A3DF7F;
}
</style>
background-color css
<style>
a { background-color: #A3DF7F; }
a { background-color: rgb(163,223,127); }
div.DivClassName
{
background-color: #A3DF7F;
}
.BgClassName
{
background-color: #A3DF7F;
}
</style>
border-color css
<style>
span { border-color: #A3DF7F; }
span { border-color: rgb(163,223,127); }
td.TdClassName
{
border-color: #A3DF7F;
}
.TagClassName
{
border-color: #A3DF7F;
}
</style>