Shades of Feijoa #ADE382
Tints of Feijoa #ADE382
RGB
CMYK
RGB Variations
Color information
#ADE382 (or 0xADE382) is known color: Feijoa. HEX triplet: AD, E3 and 82. RGB value is (173,227,130). Sum of RGB (Red+Green+Blue) = 173+227+130=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE382 is #521C7D. Grayscale: #C8C8C8. Windows color (decimal): -5381246 or 8577965. OLE color: 8577965.
HSL color Cylindrical-coordinate representation of color #ADE382: hue angle of 93.4º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE382 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 130 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.11 |
| HSL | 93.4º | 0.63% | 0.7% | - |
| HSV(B) | 93.4º | 0.43% | 0.89% | - |
| XYZ | 48.73 | 65.43 | 31.18 | - |
| YUV | 199.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 130 | 0.24 | 0 | 0.43 | 0.11 | 93.4 | 0.63 | 0.7 |
| Hex | AD | E3 | 82 | 18 | 0 | 2B | B | 5D | 3F | 46 |
| Octal | 255 | 343 | 202 | 30 | 0 | 53 | 13 | 135 | 77 | 106 |
| Binary | 10101101 | 11100011 | 10000010 | 11000 | 0 | 101011 | 1011 | 1011101 | 111111 | 1000110 |
Color Harmonies of #ADE382
Complementary color
Monochromatic Colors of #ADE382
Black with #ADE382
Text Example
Text Example
White with #ADE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE382; }
p { color: rgb(173,227,130); }
H1.HeaderClassName
{
color: #ADE382;
}
.AnyTagClassName
{
color: #ADE382;
}
</style>
background-color css
<style>
a { background-color: #ADE382; }
a { background-color: rgb(173,227,130); }
div.DivClassName
{
background-color: #ADE382;
}
.BgClassName
{
background-color: #ADE382;
}
</style>
border-color css
<style>
span { border-color: #ADE382; }
span { border-color: rgb(173,227,130); }
td.TdClassName
{
border-color: #ADE382;
}
.TagClassName
{
border-color: #ADE382;
}
</style>