Shades of Feijoa #ADED8C
Tints of Feijoa #ADED8C
RGB
CMYK
RGB Variations
Color information
#ADED8C (or 0xADED8C) is known color: Feijoa. HEX triplet: AD, ED and 8C. RGB value is (173,237,140). Sum of RGB (Red+Green+Blue) = 173+237+140=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADED8C is #521273. Grayscale: #CFCFCF. Windows color (decimal): -5378676 or 9235885. OLE color: 9235885.
HSL color Cylindrical-coordinate representation of color #ADED8C: hue angle of 99.59º 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 #ADED8C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 140 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.07 |
| HSL | 99.59º | 0.73% | 0.74% | - |
| HSV(B) | 99.59º | 0.41% | 0.93% | - |
| XYZ | 52.25 | 71.35 | 35.83 | - |
| YUV | 206.81 | 90.3 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 140 | 0.27 | 0 | 0.41 | 0.07 | 99.59 | 0.73 | 0.74 |
| Hex | AD | ED | 8C | 1B | 0 | 29 | 7 | 64 | 49 | 4A |
| Octal | 255 | 355 | 214 | 33 | 0 | 51 | 7 | 144 | 111 | 112 |
| Binary | 10101101 | 11101101 | 10001100 | 11011 | 0 | 101001 | 111 | 1100100 | 1001001 | 1001010 |
Color Harmonies of #ADED8C
Complementary color
Monochromatic Colors of #ADED8C
Black with #ADED8C
Text Example
Text Example
White with #ADED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED8C; }
p { color: rgb(173,237,140); }
H1.HeaderClassName
{
color: #ADED8C;
}
.AnyTagClassName
{
color: #ADED8C;
}
</style>
background-color css
<style>
a { background-color: #ADED8C; }
a { background-color: rgb(173,237,140); }
div.DivClassName
{
background-color: #ADED8C;
}
.BgClassName
{
background-color: #ADED8C;
}
</style>
border-color css
<style>
span { border-color: #ADED8C; }
span { border-color: rgb(173,237,140); }
td.TdClassName
{
border-color: #ADED8C;
}
.TagClassName
{
border-color: #ADED8C;
}
</style>