Shades of Feijoa #ADDC8A
Tints of Feijoa #ADDC8A
RGB
CMYK
RGB Variations
Color information
#ADDC8A (or 0xADDC8A) is known color: Feijoa. HEX triplet: AD, DC and 8A. RGB value is (173,220,138). Sum of RGB (Red+Green+Blue) = 173+220+138=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8A is #522375. Grayscale: #C4C4C4. Windows color (decimal): -5383030 or 9100461. OLE color: 9100461.
HSL color Cylindrical-coordinate representation of color #ADDC8A: hue angle of 94.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDC8A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 138 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.14 |
| HSL | 94.39º | 0.54% | 0.7% | - |
| HSV(B) | 94.39º | 0.37% | 0.86% | - |
| XYZ | 47.41 | 61.91 | 33.49 | - |
| YUV | 196.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 138 | 0.21 | 0 | 0.37 | 0.14 | 94.39 | 0.54 | 0.7 |
| Hex | AD | DC | 8A | 15 | 0 | 25 | E | 5E | 36 | 46 |
| Octal | 255 | 334 | 212 | 25 | 0 | 45 | 16 | 136 | 66 | 106 |
| Binary | 10101101 | 11011100 | 10001010 | 10101 | 0 | 100101 | 1110 | 1011110 | 110110 | 1000110 |
Color Harmonies of #ADDC8A
Complementary color
Monochromatic Colors of #ADDC8A
Black with #ADDC8A
Text Example
Text Example
White with #ADDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC8A; }
p { color: rgb(173,220,138); }
H1.HeaderClassName
{
color: #ADDC8A;
}
.AnyTagClassName
{
color: #ADDC8A;
}
</style>
background-color css
<style>
a { background-color: #ADDC8A; }
a { background-color: rgb(173,220,138); }
div.DivClassName
{
background-color: #ADDC8A;
}
.BgClassName
{
background-color: #ADDC8A;
}
</style>
border-color css
<style>
span { border-color: #ADDC8A; }
span { border-color: rgb(173,220,138); }
td.TdClassName
{
border-color: #ADDC8A;
}
.TagClassName
{
border-color: #ADDC8A;
}
</style>