Shades of Feijoa #A3E28A
Tints of Feijoa #A3E28A
RGB
CMYK
RGB Variations
Color information
#A3E28A (or 0xA3E28A) is known color: Feijoa. HEX triplet: A3, E2 and 8A. RGB value is (163,226,138). Sum of RGB (Red+Green+Blue) = 163+226+138=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E28A is #5C1D75. Grayscale: #C5C5C5. Windows color (decimal): -6036854 or 9101987. OLE color: 9101987.
HSL color Cylindrical-coordinate representation of color #A3E28A: hue angle of 102.95º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3E28A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 138 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.11 |
| HSL | 102.95º | 0.6% | 0.71% | - |
| HSV(B) | 102.95º | 0.39% | 0.89% | - |
| XYZ | 46.89 | 64.01 | 33.93 | - |
| YUV | 197.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 138 | 0.28 | 0 | 0.39 | 0.11 | 102.95 | 0.6 | 0.71 |
| Hex | A3 | E2 | 8A | 1C | 0 | 27 | B | 67 | 3C | 47 |
| Octal | 243 | 342 | 212 | 34 | 0 | 47 | 13 | 147 | 74 | 107 |
| Binary | 10100011 | 11100010 | 10001010 | 11100 | 0 | 100111 | 1011 | 1100111 | 111100 | 1000111 |
Color Harmonies of #A3E28A
Complementary color
Monochromatic Colors of #A3E28A
Black with #A3E28A
Text Example
Text Example
White with #A3E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E28A; }
p { color: rgb(163,226,138); }
H1.HeaderClassName
{
color: #A3E28A;
}
.AnyTagClassName
{
color: #A3E28A;
}
</style>
background-color css
<style>
a { background-color: #A3E28A; }
a { background-color: rgb(163,226,138); }
div.DivClassName
{
background-color: #A3E28A;
}
.BgClassName
{
background-color: #A3E28A;
}
</style>
border-color css
<style>
span { border-color: #A3E28A; }
span { border-color: rgb(163,226,138); }
td.TdClassName
{
border-color: #A3E28A;
}
.TagClassName
{
border-color: #A3E28A;
}
</style>