Shades of Feijoa #A3E574
Tints of Feijoa #A3E574
RGB
CMYK
RGB Variations
Color information
#A3E574 (or 0xA3E574) is known color: Feijoa. HEX triplet: A3, E5 and 74. RGB value is (163,229,116). Sum of RGB (Red+Green+Blue) = 163+229+116=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E574 is #5C1A8B. Grayscale: #C4C4C4. Windows color (decimal): -6036108 or 7660963. OLE color: 7660963.
HSL color Cylindrical-coordinate representation of color #A3E574: hue angle of 95.04º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3E574 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 116 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.10 |
| HSL | 95.04º | 0.68% | 0.68% | - |
| HSV(B) | 95.04º | 0.49% | 0.9% | - |
| XYZ | 46.28 | 65.09 | 26.65 | - |
| YUV | 196.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 116 | 0.29 | 0 | 0.49 | 0.10 | 95.04 | 0.68 | 0.68 |
| Hex | A3 | E5 | 74 | 1D | 0 | 31 | A | 5F | 44 | 44 |
| Octal | 243 | 345 | 164 | 35 | 0 | 61 | 12 | 137 | 104 | 104 |
| Binary | 10100011 | 11100101 | 1110100 | 11101 | 0 | 110001 | 1010 | 1011111 | 1000100 | 1000100 |
Color Harmonies of #A3E574
Complementary color
Monochromatic Colors of #A3E574
Black with #A3E574
Text Example
Text Example
White with #A3E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E574; }
p { color: rgb(163,229,116); }
H1.HeaderClassName
{
color: #A3E574;
}
.AnyTagClassName
{
color: #A3E574;
}
</style>
background-color css
<style>
a { background-color: #A3E574; }
a { background-color: rgb(163,229,116); }
div.DivClassName
{
background-color: #A3E574;
}
.BgClassName
{
background-color: #A3E574;
}
</style>
border-color css
<style>
span { border-color: #A3E574; }
span { border-color: rgb(163,229,116); }
td.TdClassName
{
border-color: #A3E574;
}
.TagClassName
{
border-color: #A3E574;
}
</style>