Shades of Feijoa #ADEC83
Tints of Feijoa #ADEC83
RGB
CMYK
RGB Variations
Color information
#ADEC83 (or 0xADEC83) is known color: Feijoa. HEX triplet: AD, EC and 83. RGB value is (173,236,131). Sum of RGB (Red+Green+Blue) = 173+236+131=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEC83 is #52137C. Grayscale: #CDCDCD. Windows color (decimal): -5378941 or 8645805. OLE color: 8645805.
HSL color Cylindrical-coordinate representation of color #ADEC83: hue angle of 96º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADEC83 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 131 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.07 |
| HSL | 96º | 0.73% | 0.72% | - |
| HSV(B) | 96º | 0.44% | 0.93% | - |
| XYZ | 51.33 | 70.51 | 32.38 | - |
| YUV | 205.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 131 | 0.27 | 0 | 0.44 | 0.07 | 96 | 0.73 | 0.72 |
| Hex | AD | EC | 83 | 1B | 0 | 2C | 7 | 60 | 49 | 48 |
| Octal | 255 | 354 | 203 | 33 | 0 | 54 | 7 | 140 | 111 | 110 |
| Binary | 10101101 | 11101100 | 10000011 | 11011 | 0 | 101100 | 111 | 1100000 | 1001001 | 1001000 |
Color Harmonies of #ADEC83
Complementary color
Monochromatic Colors of #ADEC83
Black with #ADEC83
Text Example
Text Example
White with #ADEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC83; }
p { color: rgb(173,236,131); }
H1.HeaderClassName
{
color: #ADEC83;
}
.AnyTagClassName
{
color: #ADEC83;
}
</style>
background-color css
<style>
a { background-color: #ADEC83; }
a { background-color: rgb(173,236,131); }
div.DivClassName
{
background-color: #ADEC83;
}
.BgClassName
{
background-color: #ADEC83;
}
</style>
border-color css
<style>
span { border-color: #ADEC83; }
span { border-color: rgb(173,236,131); }
td.TdClassName
{
border-color: #ADEC83;
}
.TagClassName
{
border-color: #ADEC83;
}
</style>