Shades of Feijoa #ADE28C
Tints of Feijoa #ADE28C
RGB
CMYK
RGB Variations
Color information
#ADE28C (or 0xADE28C) is known color: Feijoa. HEX triplet: AD, E2 and 8C. RGB value is (173,226,140). Sum of RGB (Red+Green+Blue) = 173+226+140=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE28C is #521D73. Grayscale: #C8C8C8. Windows color (decimal): -5381492 or 9233069. OLE color: 9233069.
HSL color Cylindrical-coordinate representation of color #ADE28C: hue angle of 96.98º degrees, saturation: 0.6, 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 #ADE28C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 140 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.11 |
| HSL | 96.98º | 0.6% | 0.72% | - |
| HSV(B) | 96.98º | 0.38% | 0.89% | - |
| XYZ | 49.16 | 65.17 | 34.8 | - |
| YUV | 200.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 140 | 0.23 | 0 | 0.38 | 0.11 | 96.98 | 0.6 | 0.72 |
| Hex | AD | E2 | 8C | 17 | 0 | 26 | B | 61 | 3C | 48 |
| Octal | 255 | 342 | 214 | 27 | 0 | 46 | 13 | 141 | 74 | 110 |
| Binary | 10101101 | 11100010 | 10001100 | 10111 | 0 | 100110 | 1011 | 1100001 | 111100 | 1001000 |
Color Harmonies of #ADE28C
Complementary color
Monochromatic Colors of #ADE28C
Black with #ADE28C
Text Example
Text Example
White with #ADE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE28C; }
p { color: rgb(173,226,140); }
H1.HeaderClassName
{
color: #ADE28C;
}
.AnyTagClassName
{
color: #ADE28C;
}
</style>
background-color css
<style>
a { background-color: #ADE28C; }
a { background-color: rgb(173,226,140); }
div.DivClassName
{
background-color: #ADE28C;
}
.BgClassName
{
background-color: #ADE28C;
}
</style>
border-color css
<style>
span { border-color: #ADE28C; }
span { border-color: rgb(173,226,140); }
td.TdClassName
{
border-color: #ADE28C;
}
.TagClassName
{
border-color: #ADE28C;
}
</style>