Shades of Feijoa #A3DA77
Tints of Feijoa #A3DA77
RGB
CMYK
RGB Variations
Color information
#A3DA77 (or 0xA3DA77) is known color: Feijoa. HEX triplet: A3, DA and 77. RGB value is (163,218,119). Sum of RGB (Red+Green+Blue) = 163+218+119=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA77 is #5C2588. Grayscale: #BEBEBE. Windows color (decimal): -6038921 or 7854755. OLE color: 7854755.
HSL color Cylindrical-coordinate representation of color #A3DA77: hue angle of 93.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A3DA77 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 119 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.15 |
| HSL | 93.33º | 0.57% | 0.66% | - |
| HSV(B) | 93.33º | 0.45% | 0.85% | - |
| XYZ | 43.51 | 59.26 | 26.6 | - |
| YUV | 190.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 119 | 0.25 | 0 | 0.45 | 0.15 | 93.33 | 0.57 | 0.66 |
| Hex | A3 | DA | 77 | 19 | 0 | 2D | F | 5D | 39 | 42 |
| Octal | 243 | 332 | 167 | 31 | 0 | 55 | 17 | 135 | 71 | 102 |
| Binary | 10100011 | 11011010 | 1110111 | 11001 | 0 | 101101 | 1111 | 1011101 | 111001 | 1000010 |
Color Harmonies of #A3DA77
Complementary color
Monochromatic Colors of #A3DA77
Black with #A3DA77
Text Example
Text Example
White with #A3DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA77; }
p { color: rgb(163,218,119); }
H1.HeaderClassName
{
color: #A3DA77;
}
.AnyTagClassName
{
color: #A3DA77;
}
</style>
background-color css
<style>
a { background-color: #A3DA77; }
a { background-color: rgb(163,218,119); }
div.DivClassName
{
background-color: #A3DA77;
}
.BgClassName
{
background-color: #A3DA77;
}
</style>
border-color css
<style>
span { border-color: #A3DA77; }
span { border-color: rgb(163,218,119); }
td.TdClassName
{
border-color: #A3DA77;
}
.TagClassName
{
border-color: #A3DA77;
}
</style>