Shades of Feijoa #ADDA74
Tints of Feijoa #ADDA74
RGB
CMYK
RGB Variations
Color information
#ADDA74 (or 0xADDA74) is known color: Feijoa. HEX triplet: AD, DA and 74. RGB value is (173,218,116). Sum of RGB (Red+Green+Blue) = 173+218+116=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA74 is #52258B. Grayscale: #C1C1C1. Windows color (decimal): -5383564 or 7658157. OLE color: 7658157.
HSL color Cylindrical-coordinate representation of color #ADDA74: hue angle of 86.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDA74 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 116 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.15 |
| HSL | 86.47º | 0.58% | 0.65% | - |
| HSV(B) | 86.47º | 0.47% | 0.85% | - |
| XYZ | 45.46 | 60.29 | 25.76 | - |
| YUV | 192.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 116 | 0.21 | 0 | 0.47 | 0.15 | 86.47 | 0.58 | 0.65 |
| Hex | AD | DA | 74 | 15 | 0 | 2F | F | 56 | 3A | 41 |
| Octal | 255 | 332 | 164 | 25 | 0 | 57 | 17 | 126 | 72 | 101 |
| Binary | 10101101 | 11011010 | 1110100 | 10101 | 0 | 101111 | 1111 | 1010110 | 111010 | 1000001 |
Color Harmonies of #ADDA74
Complementary color
Monochromatic Colors of #ADDA74
Black with #ADDA74
Text Example
Text Example
White with #ADDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA74; }
p { color: rgb(173,218,116); }
H1.HeaderClassName
{
color: #ADDA74;
}
.AnyTagClassName
{
color: #ADDA74;
}
</style>
background-color css
<style>
a { background-color: #ADDA74; }
a { background-color: rgb(173,218,116); }
div.DivClassName
{
background-color: #ADDA74;
}
.BgClassName
{
background-color: #ADDA74;
}
</style>
border-color css
<style>
span { border-color: #ADDA74; }
span { border-color: rgb(173,218,116); }
td.TdClassName
{
border-color: #ADDA74;
}
.TagClassName
{
border-color: #ADDA74;
}
</style>