Shades of Feijoa #A3E06F
Tints of Feijoa #A3E06F
RGB
CMYK
RGB Variations
Color information
#A3E06F (or 0xA3E06F) is known color: Feijoa. HEX triplet: A3, E0 and 6F. RGB value is (163,224,111). Sum of RGB (Red+Green+Blue) = 163+224+111=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E06F is #5C1F90. Grayscale: #C1C1C1. Windows color (decimal): -6037393 or 7332003. OLE color: 7332003.
HSL color Cylindrical-coordinate representation of color #A3E06F: hue angle of 92.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3E06F is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 111 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.12 |
| HSL | 92.39º | 0.65% | 0.66% | - |
| HSV(B) | 92.39º | 0.5% | 0.88% | - |
| XYZ | 44.63 | 62.25 | 24.7 | - |
| YUV | 192.88 | 81.79 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 111 | 0.27 | 0 | 0.50 | 0.12 | 92.39 | 0.65 | 0.66 |
| Hex | A3 | E0 | 6F | 1B | 0 | 32 | C | 5C | 41 | 42 |
| Octal | 243 | 340 | 157 | 33 | 0 | 62 | 14 | 134 | 101 | 102 |
| Binary | 10100011 | 11100000 | 1101111 | 11011 | 0 | 110010 | 1100 | 1011100 | 1000001 | 1000010 |
Color Harmonies of #A3E06F
Complementary color
Monochromatic Colors of #A3E06F
Black with #A3E06F
Text Example
Text Example
White with #A3E06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E06F; }
p { color: rgb(163,224,111); }
H1.HeaderClassName
{
color: #A3E06F;
}
.AnyTagClassName
{
color: #A3E06F;
}
</style>
background-color css
<style>
a { background-color: #A3E06F; }
a { background-color: rgb(163,224,111); }
div.DivClassName
{
background-color: #A3E06F;
}
.BgClassName
{
background-color: #A3E06F;
}
</style>
border-color css
<style>
span { border-color: #A3E06F; }
span { border-color: rgb(163,224,111); }
td.TdClassName
{
border-color: #A3E06F;
}
.TagClassName
{
border-color: #A3E06F;
}
</style>