Shades of Feijoa #ADDF8A
Tints of Feijoa #ADDF8A
RGB
CMYK
RGB Variations
Color information
#ADDF8A (or 0xADDF8A) is known color: Feijoa. HEX triplet: AD, DF and 8A. RGB value is (173,223,138). Sum of RGB (Red+Green+Blue) = 173+223+138=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF8A is #522075. Grayscale: #C6C6C6. Windows color (decimal): -5382262 or 9101229. OLE color: 9101229.
HSL color Cylindrical-coordinate representation of color #ADDF8A: hue angle of 95.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADDF8A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 138 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.13 |
| HSL | 95.29º | 0.57% | 0.71% | - |
| HSV(B) | 95.29º | 0.38% | 0.87% | - |
| XYZ | 48.21 | 63.49 | 33.76 | - |
| YUV | 198.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 138 | 0.22 | 0 | 0.38 | 0.13 | 95.29 | 0.57 | 0.71 |
| Hex | AD | DF | 8A | 16 | 0 | 26 | D | 5F | 39 | 47 |
| Octal | 255 | 337 | 212 | 26 | 0 | 46 | 15 | 137 | 71 | 107 |
| Binary | 10101101 | 11011111 | 10001010 | 10110 | 0 | 100110 | 1101 | 1011111 | 111001 | 1000111 |
Color Harmonies of #ADDF8A
Complementary color
Monochromatic Colors of #ADDF8A
Black with #ADDF8A
Text Example
Text Example
White with #ADDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF8A; }
p { color: rgb(173,223,138); }
H1.HeaderClassName
{
color: #ADDF8A;
}
.AnyTagClassName
{
color: #ADDF8A;
}
</style>
background-color css
<style>
a { background-color: #ADDF8A; }
a { background-color: rgb(173,223,138); }
div.DivClassName
{
background-color: #ADDF8A;
}
.BgClassName
{
background-color: #ADDF8A;
}
</style>
border-color css
<style>
span { border-color: #ADDF8A; }
span { border-color: rgb(173,223,138); }
td.TdClassName
{
border-color: #ADDF8A;
}
.TagClassName
{
border-color: #ADDF8A;
}
</style>