Shades of Feijoa #ADE38B
Tints of Feijoa #ADE38B
RGB
CMYK
RGB Variations
Color information
#ADE38B (or 0xADE38B) is known color: Feijoa. HEX triplet: AD, E3 and 8B. RGB value is (173,227,139). Sum of RGB (Red+Green+Blue) = 173+227+139=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE38B is #521C74. Grayscale: #C9C9C9. Windows color (decimal): -5381237 or 9167789. OLE color: 9167789.
HSL color Cylindrical-coordinate representation of color #ADE38B: hue angle of 96.82º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE38B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 139 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.11 |
| HSL | 96.82º | 0.61% | 0.72% | - |
| HSV(B) | 96.82º | 0.39% | 0.89% | - |
| XYZ | 49.36 | 65.69 | 34.5 | - |
| YUV | 200.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 139 | 0.24 | 0 | 0.39 | 0.11 | 96.82 | 0.61 | 0.72 |
| Hex | AD | E3 | 8B | 18 | 0 | 27 | B | 61 | 3D | 48 |
| Octal | 255 | 343 | 213 | 30 | 0 | 47 | 13 | 141 | 75 | 110 |
| Binary | 10101101 | 11100011 | 10001011 | 11000 | 0 | 100111 | 1011 | 1100001 | 111101 | 1001000 |
Color Harmonies of #ADE38B
Complementary color
Monochromatic Colors of #ADE38B
Black with #ADE38B
Text Example
Text Example
White with #ADE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE38B; }
p { color: rgb(173,227,139); }
H1.HeaderClassName
{
color: #ADE38B;
}
.AnyTagClassName
{
color: #ADE38B;
}
</style>
background-color css
<style>
a { background-color: #ADE38B; }
a { background-color: rgb(173,227,139); }
div.DivClassName
{
background-color: #ADE38B;
}
.BgClassName
{
background-color: #ADE38B;
}
</style>
border-color css
<style>
span { border-color: #ADE38B; }
span { border-color: rgb(173,227,139); }
td.TdClassName
{
border-color: #ADE38B;
}
.TagClassName
{
border-color: #ADE38B;
}
</style>