Shades of Feijoa #A3DA7D
Tints of Feijoa #A3DA7D
RGB
CMYK
RGB Variations
Color information
#A3DA7D (or 0xA3DA7D) is known color: Feijoa. HEX triplet: A3, DA and 7D. RGB value is (163,218,125). Sum of RGB (Red+Green+Blue) = 163+218+125=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA7D is #5C2582. Grayscale: #BFBFBF. Windows color (decimal): -6038915 or 8247971. OLE color: 8247971.
HSL color Cylindrical-coordinate representation of color #A3DA7D: hue angle of 95.48º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3DA7D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 218 | 125 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.15 |
| HSL | 95.48º | 0.56% | 0.67% | - |
| HSV(B) | 95.48º | 0.43% | 0.85% | - |
| XYZ | 43.88 | 59.41 | 28.56 | - |
| YUV | 190.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 125 | 0.25 | 0 | 0.43 | 0.15 | 95.48 | 0.56 | 0.67 |
| Hex | A3 | DA | 7D | 19 | 0 | 2B | F | 5F | 38 | 43 |
| Octal | 243 | 332 | 175 | 31 | 0 | 53 | 17 | 137 | 70 | 103 |
| Binary | 10100011 | 11011010 | 1111101 | 11001 | 0 | 101011 | 1111 | 1011111 | 111000 | 1000011 |
Color Harmonies of #A3DA7D
Complementary color
Monochromatic Colors of #A3DA7D
Black with #A3DA7D
Text Example
Text Example
White with #A3DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DA7D; }
p { color: rgb(163,218,125); }
H1.HeaderClassName
{
color: #A3DA7D;
}
.AnyTagClassName
{
color: #A3DA7D;
}
</style>
background-color css
<style>
a { background-color: #A3DA7D; }
a { background-color: rgb(163,218,125); }
div.DivClassName
{
background-color: #A3DA7D;
}
.BgClassName
{
background-color: #A3DA7D;
}
</style>
border-color css
<style>
span { border-color: #A3DA7D; }
span { border-color: rgb(163,218,125); }
td.TdClassName
{
border-color: #A3DA7D;
}
.TagClassName
{
border-color: #A3DA7D;
}
</style>