Shades of Feijoa #ADEA74
Tints of Feijoa #ADEA74
RGB
CMYK
RGB Variations
Color information
#ADEA74 (or 0xADEA74) is known color: Feijoa. HEX triplet: AD, EA and 74. RGB value is (173,234,116). Sum of RGB (Red+Green+Blue) = 173+234+116=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA74 is #52158B. Grayscale: #CACACA. Windows color (decimal): -5379468 or 7662253. OLE color: 7662253.
HSL color Cylindrical-coordinate representation of color #ADEA74: hue angle of 91.02º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADEA74 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 116 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.08 |
| HSL | 91.02º | 0.74% | 0.69% | - |
| HSV(B) | 91.02º | 0.5% | 0.92% | - |
| XYZ | 49.81 | 68.99 | 27.21 | - |
| YUV | 202.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 116 | 0.26 | 0 | 0.50 | 0.08 | 91.02 | 0.74 | 0.69 |
| Hex | AD | EA | 74 | 1A | 0 | 32 | 8 | 5B | 4A | 45 |
| Octal | 255 | 352 | 164 | 32 | 0 | 62 | 10 | 133 | 112 | 105 |
| Binary | 10101101 | 11101010 | 1110100 | 11010 | 0 | 110010 | 1000 | 1011011 | 1001010 | 1000101 |
Color Harmonies of #ADEA74
Complementary color
Monochromatic Colors of #ADEA74
Black with #ADEA74
Text Example
Text Example
White with #ADEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA74; }
p { color: rgb(173,234,116); }
H1.HeaderClassName
{
color: #ADEA74;
}
.AnyTagClassName
{
color: #ADEA74;
}
</style>
background-color css
<style>
a { background-color: #ADEA74; }
a { background-color: rgb(173,234,116); }
div.DivClassName
{
background-color: #ADEA74;
}
.BgClassName
{
background-color: #ADEA74;
}
</style>
border-color css
<style>
span { border-color: #ADEA74; }
span { border-color: rgb(173,234,116); }
td.TdClassName
{
border-color: #ADEA74;
}
.TagClassName
{
border-color: #ADEA74;
}
</style>