Shades of Feijoa #A3DF74
Tints of Feijoa #A3DF74
RGB
CMYK
RGB Variations
Color information
#A3DF74 (or 0xA3DF74) is known color: Feijoa. HEX triplet: A3, DF and 74. RGB value is (163,223,116). Sum of RGB (Red+Green+Blue) = 163+223+116=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF74 is #5C208B. Grayscale: #C1C1C1. Windows color (decimal): -6037644 or 7659427. OLE color: 7659427.
HSL color Cylindrical-coordinate representation of color #A3DF74: hue angle of 93.64º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3DF74 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 116 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.13 |
| HSL | 93.64º | 0.63% | 0.66% | - |
| HSV(B) | 93.64º | 0.48% | 0.87% | - |
| XYZ | 44.64 | 61.82 | 26.1 | - |
| YUV | 192.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 116 | 0.27 | 0 | 0.48 | 0.13 | 93.64 | 0.63 | 0.66 |
| Hex | A3 | DF | 74 | 1B | 0 | 30 | D | 5E | 3F | 42 |
| Octal | 243 | 337 | 164 | 33 | 0 | 60 | 15 | 136 | 77 | 102 |
| Binary | 10100011 | 11011111 | 1110100 | 11011 | 0 | 110000 | 1101 | 1011110 | 111111 | 1000010 |
Color Harmonies of #A3DF74
Complementary color
Monochromatic Colors of #A3DF74
Black with #A3DF74
Text Example
Text Example
White with #A3DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF74; }
p { color: rgb(163,223,116); }
H1.HeaderClassName
{
color: #A3DF74;
}
.AnyTagClassName
{
color: #A3DF74;
}
</style>
background-color css
<style>
a { background-color: #A3DF74; }
a { background-color: rgb(163,223,116); }
div.DivClassName
{
background-color: #A3DF74;
}
.BgClassName
{
background-color: #A3DF74;
}
</style>
border-color css
<style>
span { border-color: #A3DF74; }
span { border-color: rgb(163,223,116); }
td.TdClassName
{
border-color: #A3DF74;
}
.TagClassName
{
border-color: #A3DF74;
}
</style>