Shades of Feijoa #ADE683
Tints of Feijoa #ADE683
RGB
CMYK
RGB Variations
Color information
#ADE683 (or 0xADE683) is known color: Feijoa. HEX triplet: AD, E6 and 83. RGB value is (173,230,131). Sum of RGB (Red+Green+Blue) = 173+230+131=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE683 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE683 is #52197C. Grayscale: #CACACA. Windows color (decimal): -5380477 or 8644269. OLE color: 8644269.
HSL color Cylindrical-coordinate representation of color #ADE683: hue angle of 94.55º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE683 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 131 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.10 |
| HSL | 94.55º | 0.66% | 0.71% | - |
| HSV(B) | 94.55º | 0.43% | 0.9% | - |
| XYZ | 49.63 | 67.12 | 31.81 | - |
| YUV | 201.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 131 | 0.25 | 0 | 0.43 | 0.10 | 94.55 | 0.66 | 0.71 |
| Hex | AD | E6 | 83 | 19 | 0 | 2B | A | 5F | 42 | 47 |
| Octal | 255 | 346 | 203 | 31 | 0 | 53 | 12 | 137 | 102 | 107 |
| Binary | 10101101 | 11100110 | 10000011 | 11001 | 0 | 101011 | 1010 | 1011111 | 1000010 | 1000111 |
Color Harmonies of #ADE683
Complementary color
Monochromatic Colors of #ADE683
Black with #ADE683
Text Example
Text Example
White with #ADE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE683; }
p { color: rgb(173,230,131); }
H1.HeaderClassName
{
color: #ADE683;
}
.AnyTagClassName
{
color: #ADE683;
}
</style>
background-color css
<style>
a { background-color: #ADE683; }
a { background-color: rgb(173,230,131); }
div.DivClassName
{
background-color: #ADE683;
}
.BgClassName
{
background-color: #ADE683;
}
</style>
border-color css
<style>
span { border-color: #ADE683; }
span { border-color: rgb(173,230,131); }
td.TdClassName
{
border-color: #ADE683;
}
.TagClassName
{
border-color: #ADE683;
}
</style>