Shades of Feijoa #ADD38E
Tints of Feijoa #ADD38E
RGB
CMYK
RGB Variations
Color information
#ADD38E (or 0xADD38E) is known color: Feijoa. HEX triplet: AD, D3 and 8E. RGB value is (173,211,142). Sum of RGB (Red+Green+Blue) = 173+211+142=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD38E is #522C71. Grayscale: #C0C0C0. Windows color (decimal): -5385330 or 9360301. OLE color: 9360301.
HSL color Cylindrical-coordinate representation of color #ADD38E: hue angle of 93.04º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD38E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 142 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.17 |
| HSL | 93.04º | 0.44% | 0.69% | - |
| HSV(B) | 93.04º | 0.33% | 0.83% | - |
| XYZ | 45.41 | 57.43 | 34.28 | - |
| YUV | 191.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 142 | 0.18 | 0 | 0.33 | 0.17 | 93.04 | 0.44 | 0.69 |
| Hex | AD | D3 | 8E | 12 | 0 | 21 | 11 | 5D | 2C | 45 |
| Octal | 255 | 323 | 216 | 22 | 0 | 41 | 21 | 135 | 54 | 105 |
| Binary | 10101101 | 11010011 | 10001110 | 10010 | 0 | 100001 | 10001 | 1011101 | 101100 | 1000101 |
Color Harmonies of #ADD38E
Complementary color
Monochromatic Colors of #ADD38E
Black with #ADD38E
Text Example
Text Example
White with #ADD38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD38E; }
p { color: rgb(173,211,142); }
H1.HeaderClassName
{
color: #ADD38E;
}
.AnyTagClassName
{
color: #ADD38E;
}
</style>
background-color css
<style>
a { background-color: #ADD38E; }
a { background-color: rgb(173,211,142); }
div.DivClassName
{
background-color: #ADD38E;
}
.BgClassName
{
background-color: #ADD38E;
}
</style>
border-color css
<style>
span { border-color: #ADD38E; }
span { border-color: rgb(173,211,142); }
td.TdClassName
{
border-color: #ADD38E;
}
.TagClassName
{
border-color: #ADD38E;
}
</style>