Shades of Feijoa #ADE38A
Tints of Feijoa #ADE38A
RGB
CMYK
RGB Variations
Color information
#ADE38A (or 0xADE38A) is known color: Feijoa. HEX triplet: AD, E3 and 8A. RGB value is (173,227,138). Sum of RGB (Red+Green+Blue) = 173+227+138=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE38A is #521C75. Grayscale: #C9C9C9. Windows color (decimal): -5381238 or 9102253. OLE color: 9102253.
HSL color Cylindrical-coordinate representation of color #ADE38A: hue angle of 96.4º 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 #ADE38A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 138 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.11 |
| HSL | 96.4º | 0.61% | 0.72% | - |
| HSV(B) | 96.4º | 0.39% | 0.89% | - |
| XYZ | 49.29 | 65.66 | 34.12 | - |
| YUV | 200.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 138 | 0.24 | 0 | 0.39 | 0.11 | 96.4 | 0.61 | 0.72 |
| Hex | AD | E3 | 8A | 18 | 0 | 27 | B | 60 | 3D | 48 |
| Octal | 255 | 343 | 212 | 30 | 0 | 47 | 13 | 140 | 75 | 110 |
| Binary | 10101101 | 11100011 | 10001010 | 11000 | 0 | 100111 | 1011 | 1100000 | 111101 | 1001000 |
Color Harmonies of #ADE38A
Complementary color
Monochromatic Colors of #ADE38A
Black with #ADE38A
Text Example
Text Example
White with #ADE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE38A; }
p { color: rgb(173,227,138); }
H1.HeaderClassName
{
color: #ADE38A;
}
.AnyTagClassName
{
color: #ADE38A;
}
</style>
background-color css
<style>
a { background-color: #ADE38A; }
a { background-color: rgb(173,227,138); }
div.DivClassName
{
background-color: #ADE38A;
}
.BgClassName
{
background-color: #ADE38A;
}
</style>
border-color css
<style>
span { border-color: #ADE38A; }
span { border-color: rgb(173,227,138); }
td.TdClassName
{
border-color: #ADE38A;
}
.TagClassName
{
border-color: #ADE38A;
}
</style>