Shades of Feijoa #ADE284
Tints of Feijoa #ADE284
RGB
CMYK
RGB Variations
Color information
#ADE284 (or 0xADE284) is known color: Feijoa. HEX triplet: AD, E2 and 84. RGB value is (173,226,132). Sum of RGB (Red+Green+Blue) = 173+226+132=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE284 is #521D7B. Grayscale: #C7C7C7. Windows color (decimal): -5381500 or 8708781. OLE color: 8708781.
HSL color Cylindrical-coordinate representation of color #ADE284: hue angle of 93.83º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE284 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 132 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.11 |
| HSL | 93.83º | 0.62% | 0.7% | - |
| HSV(B) | 93.83º | 0.42% | 0.89% | - |
| XYZ | 48.59 | 64.94 | 31.8 | - |
| YUV | 199.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 132 | 0.23 | 0 | 0.42 | 0.11 | 93.83 | 0.62 | 0.7 |
| Hex | AD | E2 | 84 | 17 | 0 | 2A | B | 5E | 3E | 46 |
| Octal | 255 | 342 | 204 | 27 | 0 | 52 | 13 | 136 | 76 | 106 |
| Binary | 10101101 | 11100010 | 10000100 | 10111 | 0 | 101010 | 1011 | 1011110 | 111110 | 1000110 |
Color Harmonies of #ADE284
Complementary color
Monochromatic Colors of #ADE284
Black with #ADE284
Text Example
Text Example
White with #ADE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE284; }
p { color: rgb(173,226,132); }
H1.HeaderClassName
{
color: #ADE284;
}
.AnyTagClassName
{
color: #ADE284;
}
</style>
background-color css
<style>
a { background-color: #ADE284; }
a { background-color: rgb(173,226,132); }
div.DivClassName
{
background-color: #ADE284;
}
.BgClassName
{
background-color: #ADE284;
}
</style>
border-color css
<style>
span { border-color: #ADE284; }
span { border-color: rgb(173,226,132); }
td.TdClassName
{
border-color: #ADE284;
}
.TagClassName
{
border-color: #ADE284;
}
</style>