Shades of Feijoa #ADD58C
Tints of Feijoa #ADD58C
RGB
CMYK
RGB Variations
Color information
#ADD58C (or 0xADD58C) is known color: Feijoa. HEX triplet: AD, D5 and 8C. RGB value is (173,213,140). Sum of RGB (Red+Green+Blue) = 173+213+140=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD58C is #522A73. Grayscale: #C0C0C0. Windows color (decimal): -5384820 or 9229741. OLE color: 9229741.
HSL color Cylindrical-coordinate representation of color #ADD58C: hue angle of 92.88º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD58C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 140 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.16 |
| HSL | 92.88º | 0.46% | 0.69% | - |
| HSV(B) | 92.88º | 0.34% | 0.84% | - |
| XYZ | 45.76 | 58.37 | 33.66 | - |
| YUV | 192.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 140 | 0.19 | 0 | 0.34 | 0.16 | 92.88 | 0.46 | 0.69 |
| Hex | AD | D5 | 8C | 13 | 0 | 22 | 10 | 5D | 2E | 45 |
| Octal | 255 | 325 | 214 | 23 | 0 | 42 | 20 | 135 | 56 | 105 |
| Binary | 10101101 | 11010101 | 10001100 | 10011 | 0 | 100010 | 10000 | 1011101 | 101110 | 1000101 |
Color Harmonies of #ADD58C
Complementary color
Monochromatic Colors of #ADD58C
Black with #ADD58C
Text Example
Text Example
White with #ADD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD58C; }
p { color: rgb(173,213,140); }
H1.HeaderClassName
{
color: #ADD58C;
}
.AnyTagClassName
{
color: #ADD58C;
}
</style>
background-color css
<style>
a { background-color: #ADD58C; }
a { background-color: rgb(173,213,140); }
div.DivClassName
{
background-color: #ADD58C;
}
.BgClassName
{
background-color: #ADD58C;
}
</style>
border-color css
<style>
span { border-color: #ADD58C; }
span { border-color: rgb(173,213,140); }
td.TdClassName
{
border-color: #ADD58C;
}
.TagClassName
{
border-color: #ADD58C;
}
</style>