Shades of Feijoa #A3DF71
Tints of Feijoa #A3DF71
RGB
CMYK
RGB Variations
Color information
#A3DF71 (or 0xA3DF71) is known color: Feijoa. HEX triplet: A3, DF and 71. RGB value is (163,223,113). Sum of RGB (Red+Green+Blue) = 163+223+113=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF71 is #5C208E. Grayscale: #C0C0C0. Windows color (decimal): -6037647 or 7462819. OLE color: 7462819.
HSL color Cylindrical-coordinate representation of color #A3DF71: hue angle of 92.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3DF71 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 113 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.13 |
| HSL | 92.73º | 0.63% | 0.66% | - |
| HSV(B) | 92.73º | 0.49% | 0.87% | - |
| XYZ | 44.47 | 61.75 | 25.2 | - |
| YUV | 192.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 113 | 0.27 | 0 | 0.49 | 0.13 | 92.73 | 0.63 | 0.66 |
| Hex | A3 | DF | 71 | 1B | 0 | 31 | D | 5D | 3F | 42 |
| Octal | 243 | 337 | 161 | 33 | 0 | 61 | 15 | 135 | 77 | 102 |
| Binary | 10100011 | 11011111 | 1110001 | 11011 | 0 | 110001 | 1101 | 1011101 | 111111 | 1000010 |
Color Harmonies of #A3DF71
Complementary color
Monochromatic Colors of #A3DF71
Black with #A3DF71
Text Example
Text Example
White with #A3DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF71; }
p { color: rgb(163,223,113); }
H1.HeaderClassName
{
color: #A3DF71;
}
.AnyTagClassName
{
color: #A3DF71;
}
</style>
background-color css
<style>
a { background-color: #A3DF71; }
a { background-color: rgb(163,223,113); }
div.DivClassName
{
background-color: #A3DF71;
}
.BgClassName
{
background-color: #A3DF71;
}
</style>
border-color css
<style>
span { border-color: #A3DF71; }
span { border-color: rgb(163,223,113); }
td.TdClassName
{
border-color: #A3DF71;
}
.TagClassName
{
border-color: #A3DF71;
}
</style>