Shades of Feijoa #ADE372
Tints of Feijoa #ADE372
RGB
CMYK
RGB Variations
Color information
#ADE372 (or 0xADE372) is known color: Feijoa. HEX triplet: AD, E3 and 72. RGB value is (173,227,114). Sum of RGB (Red+Green+Blue) = 173+227+114=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE372 is #521C8D. Grayscale: #C6C6C6. Windows color (decimal): -5381262 or 7529389. OLE color: 7529389.
HSL color Cylindrical-coordinate representation of color #ADE372: hue angle of 88.67º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE372 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 114 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.11 |
| HSL | 88.67º | 0.67% | 0.67% | - |
| HSV(B) | 88.67º | 0.5% | 0.89% | - |
| XYZ | 47.74 | 65.04 | 25.96 | - |
| YUV | 197.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 114 | 0.24 | 0 | 0.50 | 0.11 | 88.67 | 0.67 | 0.67 |
| Hex | AD | E3 | 72 | 18 | 0 | 32 | B | 59 | 43 | 43 |
| Octal | 255 | 343 | 162 | 30 | 0 | 62 | 13 | 131 | 103 | 103 |
| Binary | 10101101 | 11100011 | 1110010 | 11000 | 0 | 110010 | 1011 | 1011001 | 1000011 | 1000011 |
Color Harmonies of #ADE372
Complementary color
Monochromatic Colors of #ADE372
Black with #ADE372
Text Example
Text Example
White with #ADE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE372; }
p { color: rgb(173,227,114); }
H1.HeaderClassName
{
color: #ADE372;
}
.AnyTagClassName
{
color: #ADE372;
}
</style>
background-color css
<style>
a { background-color: #ADE372; }
a { background-color: rgb(173,227,114); }
div.DivClassName
{
background-color: #ADE372;
}
.BgClassName
{
background-color: #ADE372;
}
</style>
border-color css
<style>
span { border-color: #ADE372; }
span { border-color: rgb(173,227,114); }
td.TdClassName
{
border-color: #ADE372;
}
.TagClassName
{
border-color: #ADE372;
}
</style>