Shades of Feijoa #ADE483
Tints of Feijoa #ADE483
RGB
CMYK
RGB Variations
Color information
#ADE483 (or 0xADE483) is known color: Feijoa. HEX triplet: AD, E4 and 83. RGB value is (173,228,131). Sum of RGB (Red+Green+Blue) = 173+228+131=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE483 is #521B7C. Grayscale: #C8C8C8. Windows color (decimal): -5380989 or 8643757. OLE color: 8643757.
HSL color Cylindrical-coordinate representation of color #ADE483: hue angle of 94.02º degrees, saturation: 0.64, 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 #ADE483 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 131 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.11 |
| HSL | 94.02º | 0.64% | 0.7% | - |
| HSV(B) | 94.02º | 0.43% | 0.89% | - |
| XYZ | 49.07 | 66.01 | 31.63 | - |
| YUV | 200.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 131 | 0.24 | 0 | 0.43 | 0.11 | 94.02 | 0.64 | 0.7 |
| Hex | AD | E4 | 83 | 18 | 0 | 2B | B | 5E | 40 | 46 |
| Octal | 255 | 344 | 203 | 30 | 0 | 53 | 13 | 136 | 100 | 106 |
| Binary | 10101101 | 11100100 | 10000011 | 11000 | 0 | 101011 | 1011 | 1011110 | 1000000 | 1000110 |
Color Harmonies of #ADE483
Complementary color
Monochromatic Colors of #ADE483
Black with #ADE483
Text Example
Text Example
White with #ADE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE483; }
p { color: rgb(173,228,131); }
H1.HeaderClassName
{
color: #ADE483;
}
.AnyTagClassName
{
color: #ADE483;
}
</style>
background-color css
<style>
a { background-color: #ADE483; }
a { background-color: rgb(173,228,131); }
div.DivClassName
{
background-color: #ADE483;
}
.BgClassName
{
background-color: #ADE483;
}
</style>
border-color css
<style>
span { border-color: #ADE483; }
span { border-color: rgb(173,228,131); }
td.TdClassName
{
border-color: #ADE483;
}
.TagClassName
{
border-color: #ADE483;
}
</style>