Shades of Feijoa #A3D574
Tints of Feijoa #A3D574
RGB
CMYK
RGB Variations
Color information
#A3D574 (or 0xA3D574) is known color: Feijoa. HEX triplet: A3, D5 and 74. RGB value is (163,213,116). Sum of RGB (Red+Green+Blue) = 163+213+116=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D574 is #5C2A8B. Grayscale: #BBBBBB. Windows color (decimal): -6040204 or 7656867. OLE color: 7656867.
HSL color Cylindrical-coordinate representation of color #A3D574: hue angle of 90.93º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3D574 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 116 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.16 |
| HSL | 90.93º | 0.54% | 0.65% | - |
| HSV(B) | 90.93º | 0.46% | 0.84% | - |
| XYZ | 42.05 | 56.64 | 25.24 | - |
| YUV | 186.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 116 | 0.23 | 0 | 0.46 | 0.16 | 90.93 | 0.54 | 0.65 |
| Hex | A3 | D5 | 74 | 17 | 0 | 2E | 10 | 5B | 36 | 41 |
| Octal | 243 | 325 | 164 | 27 | 0 | 56 | 20 | 133 | 66 | 101 |
| Binary | 10100011 | 11010101 | 1110100 | 10111 | 0 | 101110 | 10000 | 1011011 | 110110 | 1000001 |
Color Harmonies of #A3D574
Complementary color
Monochromatic Colors of #A3D574
Black with #A3D574
Text Example
Text Example
White with #A3D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D574; }
p { color: rgb(163,213,116); }
H1.HeaderClassName
{
color: #A3D574;
}
.AnyTagClassName
{
color: #A3D574;
}
</style>
background-color css
<style>
a { background-color: #A3D574; }
a { background-color: rgb(163,213,116); }
div.DivClassName
{
background-color: #A3D574;
}
.BgClassName
{
background-color: #A3D574;
}
</style>
border-color css
<style>
span { border-color: #A3D574; }
span { border-color: rgb(163,213,116); }
td.TdClassName
{
border-color: #A3D574;
}
.TagClassName
{
border-color: #A3D574;
}
</style>