Shades of Feijoa #ADE274
Tints of Feijoa #ADE274
RGB
CMYK
RGB Variations
Color information
#ADE274 (or 0xADE274) is known color: Feijoa. HEX triplet: AD, E2 and 74. RGB value is (173,226,116). Sum of RGB (Red+Green+Blue) = 173+226+116=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE274 is #521D8B. Grayscale: #C6C6C6. Windows color (decimal): -5381516 or 7660205. OLE color: 7660205.
HSL color Cylindrical-coordinate representation of color #ADE274: hue angle of 88.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE274 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 116 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.11 |
| HSL | 88.91º | 0.65% | 0.67% | - |
| HSV(B) | 88.91º | 0.49% | 0.89% | - |
| XYZ | 47.58 | 64.54 | 26.47 | - |
| YUV | 197.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 116 | 0.23 | 0 | 0.49 | 0.11 | 88.91 | 0.65 | 0.67 |
| Hex | AD | E2 | 74 | 17 | 0 | 31 | B | 59 | 41 | 43 |
| Octal | 255 | 342 | 164 | 27 | 0 | 61 | 13 | 131 | 101 | 103 |
| Binary | 10101101 | 11100010 | 1110100 | 10111 | 0 | 110001 | 1011 | 1011001 | 1000001 | 1000011 |
Color Harmonies of #ADE274
Complementary color
Monochromatic Colors of #ADE274
Black with #ADE274
Text Example
Text Example
White with #ADE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE274; }
p { color: rgb(173,226,116); }
H1.HeaderClassName
{
color: #ADE274;
}
.AnyTagClassName
{
color: #ADE274;
}
</style>
background-color css
<style>
a { background-color: #ADE274; }
a { background-color: rgb(173,226,116); }
div.DivClassName
{
background-color: #ADE274;
}
.BgClassName
{
background-color: #ADE274;
}
</style>
border-color css
<style>
span { border-color: #ADE274; }
span { border-color: rgb(173,226,116); }
td.TdClassName
{
border-color: #ADE274;
}
.TagClassName
{
border-color: #ADE274;
}
</style>