Shades of Feijoa #ADE38C
Tints of Feijoa #ADE38C
RGB
CMYK
RGB Variations
Color information
#ADE38C (or 0xADE38C) is known color: Feijoa. HEX triplet: AD, E3 and 8C. RGB value is (173,227,140). Sum of RGB (Red+Green+Blue) = 173+227+140=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE38C is #521C73. Grayscale: #C9C9C9. Windows color (decimal): -5381236 or 9233325. OLE color: 9233325.
HSL color Cylindrical-coordinate representation of color #ADE38C: hue angle of 97.24º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE38C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 140 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.11 |
| HSL | 97.24º | 0.61% | 0.72% | - |
| HSV(B) | 97.24º | 0.38% | 0.89% | - |
| XYZ | 49.44 | 65.72 | 34.89 | - |
| YUV | 200.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 140 | 0.24 | 0 | 0.38 | 0.11 | 97.24 | 0.61 | 0.72 |
| Hex | AD | E3 | 8C | 18 | 0 | 26 | B | 61 | 3D | 48 |
| Octal | 255 | 343 | 214 | 30 | 0 | 46 | 13 | 141 | 75 | 110 |
| Binary | 10101101 | 11100011 | 10001100 | 11000 | 0 | 100110 | 1011 | 1100001 | 111101 | 1001000 |
Color Harmonies of #ADE38C
Complementary color
Monochromatic Colors of #ADE38C
Black with #ADE38C
Text Example
Text Example
White with #ADE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE38C; }
p { color: rgb(173,227,140); }
H1.HeaderClassName
{
color: #ADE38C;
}
.AnyTagClassName
{
color: #ADE38C;
}
</style>
background-color css
<style>
a { background-color: #ADE38C; }
a { background-color: rgb(173,227,140); }
div.DivClassName
{
background-color: #ADE38C;
}
.BgClassName
{
background-color: #ADE38C;
}
</style>
border-color css
<style>
span { border-color: #ADE38C; }
span { border-color: rgb(173,227,140); }
td.TdClassName
{
border-color: #ADE38C;
}
.TagClassName
{
border-color: #ADE38C;
}
</style>