Shades of Feijoa #A3DB75
Tints of Feijoa #A3DB75
RGB
CMYK
RGB Variations
Color information
#A3DB75 (or 0xA3DB75) is known color: Feijoa. HEX triplet: A3, DB and 75. RGB value is (163,219,117). Sum of RGB (Red+Green+Blue) = 163+219+117=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB75 is #5C248A. Grayscale: #BEBEBE. Windows color (decimal): -6038667 or 7723939. OLE color: 7723939.
HSL color Cylindrical-coordinate representation of color #A3DB75: hue angle of 92.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3DB75 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 117 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.14 |
| HSL | 92.94º | 0.59% | 0.66% | - |
| HSV(B) | 92.94º | 0.47% | 0.86% | - |
| XYZ | 43.65 | 59.73 | 26.06 | - |
| YUV | 190.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 117 | 0.26 | 0 | 0.47 | 0.14 | 92.94 | 0.59 | 0.66 |
| Hex | A3 | DB | 75 | 1A | 0 | 2F | E | 5D | 3B | 42 |
| Octal | 243 | 333 | 165 | 32 | 0 | 57 | 16 | 135 | 73 | 102 |
| Binary | 10100011 | 11011011 | 1110101 | 11010 | 0 | 101111 | 1110 | 1011101 | 111011 | 1000010 |
Color Harmonies of #A3DB75
Complementary color
Monochromatic Colors of #A3DB75
Black with #A3DB75
Text Example
Text Example
White with #A3DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB75; }
p { color: rgb(163,219,117); }
H1.HeaderClassName
{
color: #A3DB75;
}
.AnyTagClassName
{
color: #A3DB75;
}
</style>
background-color css
<style>
a { background-color: #A3DB75; }
a { background-color: rgb(163,219,117); }
div.DivClassName
{
background-color: #A3DB75;
}
.BgClassName
{
background-color: #A3DB75;
}
</style>
border-color css
<style>
span { border-color: #A3DB75; }
span { border-color: rgb(163,219,117); }
td.TdClassName
{
border-color: #A3DB75;
}
.TagClassName
{
border-color: #A3DB75;
}
</style>