Shades of Feijoa #ADD093
Tints of Feijoa #ADD093
RGB
CMYK
RGB Variations
Color information
#ADD093 (or 0xADD093) is known color: Feijoa. HEX triplet: AD, D0 and 93. RGB value is (173,208,147). Sum of RGB (Red+Green+Blue) = 173+208+147=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD093 is #522F6C. Grayscale: #BEBEBE. Windows color (decimal): -5386093 or 9687213. OLE color: 9687213.
HSL color Cylindrical-coordinate representation of color #ADD093: hue angle of 94.43º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD093 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 147 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.18 |
| HSL | 94.43º | 0.39% | 0.7% | - |
| HSV(B) | 94.43º | 0.29% | 0.82% | - |
| XYZ | 45.06 | 56.1 | 36.06 | - |
| YUV | 190.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 147 | 0.17 | 0 | 0.29 | 0.18 | 94.43 | 0.39 | 0.7 |
| Hex | AD | D0 | 93 | 11 | 0 | 1D | 12 | 5E | 27 | 46 |
| Octal | 255 | 320 | 223 | 21 | 0 | 35 | 22 | 136 | 47 | 106 |
| Binary | 10101101 | 11010000 | 10010011 | 10001 | 0 | 11101 | 10010 | 1011110 | 100111 | 1000110 |
Color Harmonies of #ADD093
Complementary color
Monochromatic Colors of #ADD093
Black with #ADD093
Text Example
Text Example
White with #ADD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD093; }
p { color: rgb(173,208,147); }
H1.HeaderClassName
{
color: #ADD093;
}
.AnyTagClassName
{
color: #ADD093;
}
</style>
background-color css
<style>
a { background-color: #ADD093; }
a { background-color: rgb(173,208,147); }
div.DivClassName
{
background-color: #ADD093;
}
.BgClassName
{
background-color: #ADD093;
}
</style>
border-color css
<style>
span { border-color: #ADD093; }
span { border-color: rgb(173,208,147); }
td.TdClassName
{
border-color: #ADD093;
}
.TagClassName
{
border-color: #ADD093;
}
</style>