Shades of Feijoa #A3D577
Tints of Feijoa #A3D577
RGB
CMYK
RGB Variations
Color information
#A3D577 (or 0xA3D577) is known color: Feijoa. HEX triplet: A3, D5 and 77. RGB value is (163,213,119). Sum of RGB (Red+Green+Blue) = 163+213+119=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D577 is #5C2A88. Grayscale: #BBBBBB. Windows color (decimal): -6040201 or 7853475. OLE color: 7853475.
HSL color Cylindrical-coordinate representation of color #A3D577: hue angle of 91.91º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3D577 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 119 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.16 |
| HSL | 91.91º | 0.53% | 0.65% | - |
| HSV(B) | 91.91º | 0.44% | 0.84% | - |
| XYZ | 42.23 | 56.71 | 26.17 | - |
| YUV | 187.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 119 | 0.23 | 0 | 0.44 | 0.16 | 91.91 | 0.53 | 0.65 |
| Hex | A3 | D5 | 77 | 17 | 0 | 2C | 10 | 5C | 35 | 41 |
| Octal | 243 | 325 | 167 | 27 | 0 | 54 | 20 | 134 | 65 | 101 |
| Binary | 10100011 | 11010101 | 1110111 | 10111 | 0 | 101100 | 10000 | 1011100 | 110101 | 1000001 |
Color Harmonies of #A3D577
Complementary color
Monochromatic Colors of #A3D577
Black with #A3D577
Text Example
Text Example
White with #A3D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D577; }
p { color: rgb(163,213,119); }
H1.HeaderClassName
{
color: #A3D577;
}
.AnyTagClassName
{
color: #A3D577;
}
</style>
background-color css
<style>
a { background-color: #A3D577; }
a { background-color: rgb(163,213,119); }
div.DivClassName
{
background-color: #A3D577;
}
.BgClassName
{
background-color: #A3D577;
}
</style>
border-color css
<style>
span { border-color: #A3D577; }
span { border-color: rgb(163,213,119); }
td.TdClassName
{
border-color: #A3D577;
}
.TagClassName
{
border-color: #A3D577;
}
</style>