Shades of Feijoa #A3CE82
Tints of Feijoa #A3CE82
RGB
CMYK
RGB Variations
Color information
#A3CE82 (or 0xA3CE82) is known color: Feijoa. HEX triplet: A3, CE and 82. RGB value is (163,206,130). Sum of RGB (Red+Green+Blue) = 163+206+130=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CE82 is #5C317D. Grayscale: #B8B8B8. Windows color (decimal): -6041982 or 8572579. OLE color: 8572579.
HSL color Cylindrical-coordinate representation of color #A3CE82: hue angle of 93.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3CE82 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 130 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.19 |
| HSL | 93.95º | 0.44% | 0.66% | - |
| HSV(B) | 93.95º | 0.37% | 0.81% | - |
| XYZ | 41.2 | 53.54 | 29.28 | - |
| YUV | 184.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 130 | 0.21 | 0 | 0.37 | 0.19 | 93.95 | 0.44 | 0.66 |
| Hex | A3 | CE | 82 | 15 | 0 | 25 | 13 | 5E | 2C | 42 |
| Octal | 243 | 316 | 202 | 25 | 0 | 45 | 23 | 136 | 54 | 102 |
| Binary | 10100011 | 11001110 | 10000010 | 10101 | 0 | 100101 | 10011 | 1011110 | 101100 | 1000010 |
Color Harmonies of #A3CE82
Complementary color
Monochromatic Colors of #A3CE82
Black with #A3CE82
Text Example
Text Example
White with #A3CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE82; }
p { color: rgb(163,206,130); }
H1.HeaderClassName
{
color: #A3CE82;
}
.AnyTagClassName
{
color: #A3CE82;
}
</style>
background-color css
<style>
a { background-color: #A3CE82; }
a { background-color: rgb(163,206,130); }
div.DivClassName
{
background-color: #A3CE82;
}
.BgClassName
{
background-color: #A3CE82;
}
</style>
border-color css
<style>
span { border-color: #A3CE82; }
span { border-color: rgb(163,206,130); }
td.TdClassName
{
border-color: #A3CE82;
}
.TagClassName
{
border-color: #A3CE82;
}
</style>