Shades of Feijoa #ADE083
Tints of Feijoa #ADE083
RGB
CMYK
RGB Variations
Color information
#ADE083 (or 0xADE083) is known color: Feijoa. HEX triplet: AD, E0 and 83. RGB value is (173,224,131). Sum of RGB (Red+Green+Blue) = 173+224+131=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE083 is #521F7C. Grayscale: #C6C6C6. Windows color (decimal): -5382013 or 8642733. OLE color: 8642733.
HSL color Cylindrical-coordinate representation of color #ADE083: hue angle of 92.9º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE083 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 131 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.12 |
| HSL | 92.9º | 0.6% | 0.7% | - |
| HSV(B) | 92.9º | 0.42% | 0.88% | - |
| XYZ | 47.99 | 63.83 | 31.26 | - |
| YUV | 198.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 131 | 0.23 | 0 | 0.42 | 0.12 | 92.9 | 0.6 | 0.7 |
| Hex | AD | E0 | 83 | 17 | 0 | 2A | C | 5D | 3C | 46 |
| Octal | 255 | 340 | 203 | 27 | 0 | 52 | 14 | 135 | 74 | 106 |
| Binary | 10101101 | 11100000 | 10000011 | 10111 | 0 | 101010 | 1100 | 1011101 | 111100 | 1000110 |
Color Harmonies of #ADE083
Complementary color
Monochromatic Colors of #ADE083
Black with #ADE083
Text Example
Text Example
White with #ADE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE083; }
p { color: rgb(173,224,131); }
H1.HeaderClassName
{
color: #ADE083;
}
.AnyTagClassName
{
color: #ADE083;
}
</style>
background-color css
<style>
a { background-color: #ADE083; }
a { background-color: rgb(173,224,131); }
div.DivClassName
{
background-color: #ADE083;
}
.BgClassName
{
background-color: #ADE083;
}
</style>
border-color css
<style>
span { border-color: #ADE083; }
span { border-color: rgb(173,224,131); }
td.TdClassName
{
border-color: #ADE083;
}
.TagClassName
{
border-color: #ADE083;
}
</style>