Shades of Feijoa #A3DB74
Tints of Feijoa #A3DB74
RGB
CMYK
RGB Variations
Color information
#A3DB74 (or 0xA3DB74) is known color: Feijoa. HEX triplet: A3, DB and 74. RGB value is (163,219,116). Sum of RGB (Red+Green+Blue) = 163+219+116=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DB74 is #5C248B. Grayscale: #BEBEBE. Windows color (decimal): -6038668 or 7658403. OLE color: 7658403.
HSL color Cylindrical-coordinate representation of color #A3DB74: hue angle of 92.62º 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 #A3DB74 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 116 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.14 |
| HSL | 92.62º | 0.59% | 0.66% | - |
| HSV(B) | 92.62º | 0.47% | 0.86% | - |
| XYZ | 43.59 | 59.71 | 25.75 | - |
| YUV | 190.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 116 | 0.26 | 0 | 0.47 | 0.14 | 92.62 | 0.59 | 0.66 |
| Hex | A3 | DB | 74 | 1A | 0 | 2F | E | 5D | 3B | 42 |
| Octal | 243 | 333 | 164 | 32 | 0 | 57 | 16 | 135 | 73 | 102 |
| Binary | 10100011 | 11011011 | 1110100 | 11010 | 0 | 101111 | 1110 | 1011101 | 111011 | 1000010 |
Color Harmonies of #A3DB74
Complementary color
Monochromatic Colors of #A3DB74
Black with #A3DB74
Text Example
Text Example
White with #A3DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DB74; }
p { color: rgb(163,219,116); }
H1.HeaderClassName
{
color: #A3DB74;
}
.AnyTagClassName
{
color: #A3DB74;
}
</style>
background-color css
<style>
a { background-color: #A3DB74; }
a { background-color: rgb(163,219,116); }
div.DivClassName
{
background-color: #A3DB74;
}
.BgClassName
{
background-color: #A3DB74;
}
</style>
border-color css
<style>
span { border-color: #A3DB74; }
span { border-color: rgb(163,219,116); }
td.TdClassName
{
border-color: #A3DB74;
}
.TagClassName
{
border-color: #A3DB74;
}
</style>