Shades of Feijoa #A3D77B
Tints of Feijoa #A3D77B
RGB
CMYK
RGB Variations
Color information
#A3D77B (or 0xA3D77B) is known color: Feijoa. HEX triplet: A3, D7 and 7B. RGB value is (163,215,123). Sum of RGB (Red+Green+Blue) = 163+215+123=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D77B is #5C2884. Grayscale: #BDBDBD. Windows color (decimal): -6039685 or 8116131. OLE color: 8116131.
HSL color Cylindrical-coordinate representation of color #A3D77B: hue angle of 93.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3D77B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 123 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.16 |
| HSL | 93.91º | 0.53% | 0.66% | - |
| HSV(B) | 93.91º | 0.43% | 0.84% | - |
| XYZ | 42.98 | 57.82 | 27.63 | - |
| YUV | 188.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 123 | 0.24 | 0 | 0.43 | 0.16 | 93.91 | 0.53 | 0.66 |
| Hex | A3 | D7 | 7B | 18 | 0 | 2B | 10 | 5E | 35 | 42 |
| Octal | 243 | 327 | 173 | 30 | 0 | 53 | 20 | 136 | 65 | 102 |
| Binary | 10100011 | 11010111 | 1111011 | 11000 | 0 | 101011 | 10000 | 1011110 | 110101 | 1000010 |
Color Harmonies of #A3D77B
Complementary color
Monochromatic Colors of #A3D77B
Black with #A3D77B
Text Example
Text Example
White with #A3D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D77B; }
p { color: rgb(163,215,123); }
H1.HeaderClassName
{
color: #A3D77B;
}
.AnyTagClassName
{
color: #A3D77B;
}
</style>
background-color css
<style>
a { background-color: #A3D77B; }
a { background-color: rgb(163,215,123); }
div.DivClassName
{
background-color: #A3D77B;
}
.BgClassName
{
background-color: #A3D77B;
}
</style>
border-color css
<style>
span { border-color: #A3D77B; }
span { border-color: rgb(163,215,123); }
td.TdClassName
{
border-color: #A3D77B;
}
.TagClassName
{
border-color: #A3D77B;
}
</style>