Shades of Feijoa #ADEA72
Tints of Feijoa #ADEA72
RGB
CMYK
RGB Variations
Color information
#ADEA72 (or 0xADEA72) is known color: Feijoa. HEX triplet: AD, EA and 72. RGB value is (173,234,114). Sum of RGB (Red+Green+Blue) = 173+234+114=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA72 is #52158D. Grayscale: #CACACA. Windows color (decimal): -5379470 or 7531181. OLE color: 7531181.
HSL color Cylindrical-coordinate representation of color #ADEA72: hue angle of 90.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADEA72 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 114 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.08 |
| HSL | 90.5º | 0.74% | 0.68% | - |
| HSV(B) | 90.5º | 0.51% | 0.92% | - |
| XYZ | 49.69 | 68.94 | 26.61 | - |
| YUV | 202.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 114 | 0.26 | 0 | 0.51 | 0.08 | 90.5 | 0.74 | 0.68 |
| Hex | AD | EA | 72 | 1A | 0 | 33 | 8 | 5A | 4A | 44 |
| Octal | 255 | 352 | 162 | 32 | 0 | 63 | 10 | 132 | 112 | 104 |
| Binary | 10101101 | 11101010 | 1110010 | 11010 | 0 | 110011 | 1000 | 1011010 | 1001010 | 1000100 |
Color Harmonies of #ADEA72
Complementary color
Monochromatic Colors of #ADEA72
Black with #ADEA72
Text Example
Text Example
White with #ADEA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA72; }
p { color: rgb(173,234,114); }
H1.HeaderClassName
{
color: #ADEA72;
}
.AnyTagClassName
{
color: #ADEA72;
}
</style>
background-color css
<style>
a { background-color: #ADEA72; }
a { background-color: rgb(173,234,114); }
div.DivClassName
{
background-color: #ADEA72;
}
.BgClassName
{
background-color: #ADEA72;
}
</style>
border-color css
<style>
span { border-color: #ADEA72; }
span { border-color: rgb(173,234,114); }
td.TdClassName
{
border-color: #ADEA72;
}
.TagClassName
{
border-color: #ADEA72;
}
</style>