Shades of Feijoa #A3DF79
Tints of Feijoa #A3DF79
RGB
CMYK
RGB Variations
Color information
#A3DF79 (or 0xA3DF79) is known color: Feijoa. HEX triplet: A3, DF and 79. RGB value is (163,223,121). Sum of RGB (Red+Green+Blue) = 163+223+121=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF79 is #5C2086. Grayscale: #C1C1C1. Windows color (decimal): -6037639 or 7987107. OLE color: 7987107.
HSL color Cylindrical-coordinate representation of color #A3DF79: hue angle of 95.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3DF79 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 121 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.13 |
| HSL | 95.29º | 0.61% | 0.67% | - |
| HSV(B) | 95.29º | 0.46% | 0.87% | - |
| XYZ | 44.94 | 61.94 | 27.68 | - |
| YUV | 193.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 121 | 0.27 | 0 | 0.46 | 0.13 | 95.29 | 0.61 | 0.67 |
| Hex | A3 | DF | 79 | 1B | 0 | 2E | D | 5F | 3D | 43 |
| Octal | 243 | 337 | 171 | 33 | 0 | 56 | 15 | 137 | 75 | 103 |
| Binary | 10100011 | 11011111 | 1111001 | 11011 | 0 | 101110 | 1101 | 1011111 | 111101 | 1000011 |
Color Harmonies of #A3DF79
Complementary color
Monochromatic Colors of #A3DF79
Black with #A3DF79
Text Example
Text Example
White with #A3DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF79; }
p { color: rgb(163,223,121); }
H1.HeaderClassName
{
color: #A3DF79;
}
.AnyTagClassName
{
color: #A3DF79;
}
</style>
background-color css
<style>
a { background-color: #A3DF79; }
a { background-color: rgb(163,223,121); }
div.DivClassName
{
background-color: #A3DF79;
}
.BgClassName
{
background-color: #A3DF79;
}
</style>
border-color css
<style>
span { border-color: #A3DF79; }
span { border-color: rgb(163,223,121); }
td.TdClassName
{
border-color: #A3DF79;
}
.TagClassName
{
border-color: #A3DF79;
}
</style>