Shades of Feijoa #ADDC85
Tints of Feijoa #ADDC85
RGB
CMYK
RGB Variations
Color information
#ADDC85 (or 0xADDC85) is known color: Feijoa. HEX triplet: AD, DC and 85. RGB value is (173,220,133). Sum of RGB (Red+Green+Blue) = 173+220+133=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC85 is #52237A. Grayscale: #C4C4C4. Windows color (decimal): -5383035 or 8772781. OLE color: 8772781.
HSL color Cylindrical-coordinate representation of color #ADDC85: hue angle of 92.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDC85 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 133 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.14 |
| HSL | 92.41º | 0.55% | 0.69% | - |
| HSV(B) | 92.41º | 0.4% | 0.86% | - |
| XYZ | 47.06 | 61.76 | 31.63 | - |
| YUV | 196.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 133 | 0.21 | 0 | 0.40 | 0.14 | 92.41 | 0.55 | 0.69 |
| Hex | AD | DC | 85 | 15 | 0 | 28 | E | 5C | 37 | 45 |
| Octal | 255 | 334 | 205 | 25 | 0 | 50 | 16 | 134 | 67 | 105 |
| Binary | 10101101 | 11011100 | 10000101 | 10101 | 0 | 101000 | 1110 | 1011100 | 110111 | 1000101 |
Color Harmonies of #ADDC85
Complementary color
Monochromatic Colors of #ADDC85
Black with #ADDC85
Text Example
Text Example
White with #ADDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC85; }
p { color: rgb(173,220,133); }
H1.HeaderClassName
{
color: #ADDC85;
}
.AnyTagClassName
{
color: #ADDC85;
}
</style>
background-color css
<style>
a { background-color: #ADDC85; }
a { background-color: rgb(173,220,133); }
div.DivClassName
{
background-color: #ADDC85;
}
.BgClassName
{
background-color: #ADDC85;
}
</style>
border-color css
<style>
span { border-color: #ADDC85; }
span { border-color: rgb(173,220,133); }
td.TdClassName
{
border-color: #ADDC85;
}
.TagClassName
{
border-color: #ADDC85;
}
</style>