Shades of Feijoa #A3E375
Tints of Feijoa #A3E375
RGB
CMYK
RGB Variations
Color information
#A3E375 (or 0xA3E375) is known color: Feijoa. HEX triplet: A3, E3 and 75. RGB value is (163,227,117). Sum of RGB (Red+Green+Blue) = 163+227+117=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E375 is #5C1C8A. Grayscale: #C3C3C3. Windows color (decimal): -6036619 or 7725987. OLE color: 7725987.
HSL color Cylindrical-coordinate representation of color #A3E375: hue angle of 94.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3E375 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 117 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.11 |
| HSL | 94.91º | 0.66% | 0.67% | - |
| HSV(B) | 94.91º | 0.48% | 0.89% | - |
| XYZ | 45.78 | 64.01 | 26.77 | - |
| YUV | 195.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 117 | 0.28 | 0 | 0.48 | 0.11 | 94.91 | 0.66 | 0.67 |
| Hex | A3 | E3 | 75 | 1C | 0 | 30 | B | 5F | 42 | 43 |
| Octal | 243 | 343 | 165 | 34 | 0 | 60 | 13 | 137 | 102 | 103 |
| Binary | 10100011 | 11100011 | 1110101 | 11100 | 0 | 110000 | 1011 | 1011111 | 1000010 | 1000011 |
Color Harmonies of #A3E375
Complementary color
Monochromatic Colors of #A3E375
Black with #A3E375
Text Example
Text Example
White with #A3E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E375; }
p { color: rgb(163,227,117); }
H1.HeaderClassName
{
color: #A3E375;
}
.AnyTagClassName
{
color: #A3E375;
}
</style>
background-color css
<style>
a { background-color: #A3E375; }
a { background-color: rgb(163,227,117); }
div.DivClassName
{
background-color: #A3E375;
}
.BgClassName
{
background-color: #A3E375;
}
</style>
border-color css
<style>
span { border-color: #A3E375; }
span { border-color: rgb(163,227,117); }
td.TdClassName
{
border-color: #A3E375;
}
.TagClassName
{
border-color: #A3E375;
}
</style>