Shades of Feijoa #A3E26F
Tints of Feijoa #A3E26F
RGB
CMYK
RGB Variations
Color information
#A3E26F (or 0xA3E26F) is known color: Feijoa. HEX triplet: A3, E2 and 6F. RGB value is (163,226,111). Sum of RGB (Red+Green+Blue) = 163+226+111=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E26F is #5C1D90. Grayscale: #C2C2C2. Windows color (decimal): -6036881 or 7332515. OLE color: 7332515.
HSL color Cylindrical-coordinate representation of color #A3E26F: hue angle of 92.87º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E26F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 111 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.11 |
| HSL | 92.87º | 0.66% | 0.66% | - |
| HSV(B) | 92.87º | 0.51% | 0.89% | - |
| XYZ | 45.17 | 63.33 | 24.88 | - |
| YUV | 194.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 111 | 0.28 | 0 | 0.51 | 0.11 | 92.87 | 0.66 | 0.66 |
| Hex | A3 | E2 | 6F | 1C | 0 | 33 | B | 5D | 42 | 42 |
| Octal | 243 | 342 | 157 | 34 | 0 | 63 | 13 | 135 | 102 | 102 |
| Binary | 10100011 | 11100010 | 1101111 | 11100 | 0 | 110011 | 1011 | 1011101 | 1000010 | 1000010 |
Color Harmonies of #A3E26F
Complementary color
Monochromatic Colors of #A3E26F
Black with #A3E26F
Text Example
Text Example
White with #A3E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E26F; }
p { color: rgb(163,226,111); }
H1.HeaderClassName
{
color: #A3E26F;
}
.AnyTagClassName
{
color: #A3E26F;
}
</style>
background-color css
<style>
a { background-color: #A3E26F; }
a { background-color: rgb(163,226,111); }
div.DivClassName
{
background-color: #A3E26F;
}
.BgClassName
{
background-color: #A3E26F;
}
</style>
border-color css
<style>
span { border-color: #A3E26F; }
span { border-color: rgb(163,226,111); }
td.TdClassName
{
border-color: #A3E26F;
}
.TagClassName
{
border-color: #A3E26F;
}
</style>