Shades of Feijoa #ADED8D
Tints of Feijoa #ADED8D
RGB
CMYK
RGB Variations
Color information
#ADED8D (or 0xADED8D) is known color: Feijoa. HEX triplet: AD, ED and 8D. RGB value is (173,237,141). Sum of RGB (Red+Green+Blue) = 173+237+141=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADED8D is #521272. Grayscale: #CFCFCF. Windows color (decimal): -5378675 or 9301421. OLE color: 9301421.
HSL color Cylindrical-coordinate representation of color #ADED8D: hue angle of 100º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADED8D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 141 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 100º | 0.73% | 0.74% | - |
| HSV(B) | 100º | 0.41% | 0.93% | - |
| XYZ | 52.33 | 71.38 | 36.22 | - |
| YUV | 206.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 141 | 0.27 | 0 | 0.41 | 0.07 | 100 | 0.73 | 0.74 |
| Hex | AD | ED | 8D | 1B | 0 | 29 | 7 | 64 | 49 | 4A |
| Octal | 255 | 355 | 215 | 33 | 0 | 51 | 7 | 144 | 111 | 112 |
| Binary | 10101101 | 11101101 | 10001101 | 11011 | 0 | 101001 | 111 | 1100100 | 1001001 | 1001010 |
Color Harmonies of #ADED8D
Complementary color
Monochromatic Colors of #ADED8D
Black with #ADED8D
Text Example
Text Example
White with #ADED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED8D; }
p { color: rgb(173,237,141); }
H1.HeaderClassName
{
color: #ADED8D;
}
.AnyTagClassName
{
color: #ADED8D;
}
</style>
background-color css
<style>
a { background-color: #ADED8D; }
a { background-color: rgb(173,237,141); }
div.DivClassName
{
background-color: #ADED8D;
}
.BgClassName
{
background-color: #ADED8D;
}
</style>
border-color css
<style>
span { border-color: #ADED8D; }
span { border-color: rgb(173,237,141); }
td.TdClassName
{
border-color: #ADED8D;
}
.TagClassName
{
border-color: #ADED8D;
}
</style>