Shades of Feijoa #ADE275
Tints of Feijoa #ADE275
RGB
CMYK
RGB Variations
Color information
#ADE275 (or 0xADE275) is known color: Feijoa. HEX triplet: AD, E2 and 75. RGB value is (173,226,117). Sum of RGB (Red+Green+Blue) = 173+226+117=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE275 is #521D8A. Grayscale: #C6C6C6. Windows color (decimal): -5381515 or 7725741. OLE color: 7725741.
HSL color Cylindrical-coordinate representation of color #ADE275: hue angle of 89.17º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE275 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 117 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.11 |
| HSL | 89.17º | 0.65% | 0.67% | - |
| HSV(B) | 89.17º | 0.48% | 0.89% | - |
| XYZ | 47.64 | 64.56 | 26.78 | - |
| YUV | 197.73 | 82.44 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 117 | 0.23 | 0 | 0.48 | 0.11 | 89.17 | 0.65 | 0.67 |
| Hex | AD | E2 | 75 | 17 | 0 | 30 | B | 59 | 41 | 43 |
| Octal | 255 | 342 | 165 | 27 | 0 | 60 | 13 | 131 | 101 | 103 |
| Binary | 10101101 | 11100010 | 1110101 | 10111 | 0 | 110000 | 1011 | 1011001 | 1000001 | 1000011 |
Color Harmonies of #ADE275
Complementary color
Monochromatic Colors of #ADE275
Black with #ADE275
Text Example
Text Example
White with #ADE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE275; }
p { color: rgb(173,226,117); }
H1.HeaderClassName
{
color: #ADE275;
}
.AnyTagClassName
{
color: #ADE275;
}
</style>
background-color css
<style>
a { background-color: #ADE275; }
a { background-color: rgb(173,226,117); }
div.DivClassName
{
background-color: #ADE275;
}
.BgClassName
{
background-color: #ADE275;
}
</style>
border-color css
<style>
span { border-color: #ADE275; }
span { border-color: rgb(173,226,117); }
td.TdClassName
{
border-color: #ADE275;
}
.TagClassName
{
border-color: #ADE275;
}
</style>