Shades of Feijoa #ADDA85
Tints of Feijoa #ADDA85
RGB
CMYK
RGB Variations
Color information
#ADDA85 (or 0xADDA85) is known color: Feijoa. HEX triplet: AD, DA and 85. RGB value is (173,218,133). Sum of RGB (Red+Green+Blue) = 173+218+133=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA85 is #52257A. Grayscale: #C3C3C3. Windows color (decimal): -5383547 or 8772269. OLE color: 8772269.
HSL color Cylindrical-coordinate representation of color #ADDA85: hue angle of 91.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADDA85 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 133 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.15 |
| HSL | 91.76º | 0.53% | 0.69% | - |
| HSV(B) | 91.76º | 0.39% | 0.85% | - |
| XYZ | 46.54 | 60.72 | 31.46 | - |
| YUV | 194.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 133 | 0.21 | 0 | 0.39 | 0.15 | 91.76 | 0.53 | 0.69 |
| Hex | AD | DA | 85 | 15 | 0 | 27 | F | 5C | 35 | 45 |
| Octal | 255 | 332 | 205 | 25 | 0 | 47 | 17 | 134 | 65 | 105 |
| Binary | 10101101 | 11011010 | 10000101 | 10101 | 0 | 100111 | 1111 | 1011100 | 110101 | 1000101 |
Color Harmonies of #ADDA85
Complementary color
Monochromatic Colors of #ADDA85
Black with #ADDA85
Text Example
Text Example
White with #ADDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA85; }
p { color: rgb(173,218,133); }
H1.HeaderClassName
{
color: #ADDA85;
}
.AnyTagClassName
{
color: #ADDA85;
}
</style>
background-color css
<style>
a { background-color: #ADDA85; }
a { background-color: rgb(173,218,133); }
div.DivClassName
{
background-color: #ADDA85;
}
.BgClassName
{
background-color: #ADDA85;
}
</style>
border-color css
<style>
span { border-color: #ADDA85; }
span { border-color: rgb(173,218,133); }
td.TdClassName
{
border-color: #ADDA85;
}
.TagClassName
{
border-color: #ADDA85;
}
</style>