Shades of Feijoa #A3CE76
Tints of Feijoa #A3CE76
RGB
CMYK
RGB Variations
Color information
#A3CE76 (or 0xA3CE76) is known color: Feijoa. HEX triplet: A3, CE and 76. RGB value is (163,206,118). Sum of RGB (Red+Green+Blue) = 163+206+118=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CE76 is #5C3189. Grayscale: #B7B7B7. Windows color (decimal): -6041994 or 7786147. OLE color: 7786147.
HSL color Cylindrical-coordinate representation of color #A3CE76: hue angle of 89.32º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3CE76 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 118 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.19 |
| HSL | 89.32º | 0.47% | 0.64% | - |
| HSV(B) | 89.32º | 0.43% | 0.81% | - |
| XYZ | 40.45 | 53.24 | 25.28 | - |
| YUV | 183.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 118 | 0.21 | 0 | 0.43 | 0.19 | 89.32 | 0.47 | 0.64 |
| Hex | A3 | CE | 76 | 15 | 0 | 2B | 13 | 59 | 2F | 40 |
| Octal | 243 | 316 | 166 | 25 | 0 | 53 | 23 | 131 | 57 | 100 |
| Binary | 10100011 | 11001110 | 1110110 | 10101 | 0 | 101011 | 10011 | 1011001 | 101111 | 1000000 |
Color Harmonies of #A3CE76
Complementary color
Monochromatic Colors of #A3CE76
Black with #A3CE76
Text Example
Text Example
White with #A3CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE76; }
p { color: rgb(163,206,118); }
H1.HeaderClassName
{
color: #A3CE76;
}
.AnyTagClassName
{
color: #A3CE76;
}
</style>
background-color css
<style>
a { background-color: #A3CE76; }
a { background-color: rgb(163,206,118); }
div.DivClassName
{
background-color: #A3CE76;
}
.BgClassName
{
background-color: #A3CE76;
}
</style>
border-color css
<style>
span { border-color: #A3CE76; }
span { border-color: rgb(163,206,118); }
td.TdClassName
{
border-color: #A3CE76;
}
.TagClassName
{
border-color: #A3CE76;
}
</style>