Shades of Feijoa #ADDF93
Tints of Feijoa #ADDF93
RGB
CMYK
RGB Variations
Color information
#ADDF93 (or 0xADDF93) is known color: Feijoa. HEX triplet: AD, DF and 93. RGB value is (173,223,147). Sum of RGB (Red+Green+Blue) = 173+223+147=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF93 is #52206C. Grayscale: #C7C7C7. Windows color (decimal): -5382253 or 9691053. OLE color: 9691053.
HSL color Cylindrical-coordinate representation of color #ADDF93: hue angle of 99.47º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADDF93 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 147 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.13 |
| HSL | 99.47º | 0.54% | 0.73% | - |
| HSV(B) | 99.47º | 0.34% | 0.87% | - |
| XYZ | 48.89 | 63.77 | 37.34 | - |
| YUV | 199.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 147 | 0.22 | 0 | 0.34 | 0.13 | 99.47 | 0.54 | 0.73 |
| Hex | AD | DF | 93 | 16 | 0 | 22 | D | 63 | 36 | 49 |
| Octal | 255 | 337 | 223 | 26 | 0 | 42 | 15 | 143 | 66 | 111 |
| Binary | 10101101 | 11011111 | 10010011 | 10110 | 0 | 100010 | 1101 | 1100011 | 110110 | 1001001 |
Color Harmonies of #ADDF93
Complementary color
Monochromatic Colors of #ADDF93
Black with #ADDF93
Text Example
Text Example
White with #ADDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF93; }
p { color: rgb(173,223,147); }
H1.HeaderClassName
{
color: #ADDF93;
}
.AnyTagClassName
{
color: #ADDF93;
}
</style>
background-color css
<style>
a { background-color: #ADDF93; }
a { background-color: rgb(173,223,147); }
div.DivClassName
{
background-color: #ADDF93;
}
.BgClassName
{
background-color: #ADDF93;
}
</style>
border-color css
<style>
span { border-color: #ADDF93; }
span { border-color: rgb(173,223,147); }
td.TdClassName
{
border-color: #ADDF93;
}
.TagClassName
{
border-color: #ADDF93;
}
</style>