Shades of Feijoa #ADE974
Tints of Feijoa #ADE974
RGB
CMYK
RGB Variations
Color information
#ADE974 (or 0xADE974) is known color: Feijoa. HEX triplet: AD, E9 and 74. RGB value is (173,233,116). Sum of RGB (Red+Green+Blue) = 173+233+116=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE974 is #52168B. Grayscale: #CACACA. Windows color (decimal): -5379724 or 7661997. OLE color: 7661997.
HSL color Cylindrical-coordinate representation of color #ADE974: hue angle of 90.77º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE974 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 116 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.09 |
| HSL | 90.77º | 0.73% | 0.68% | - |
| HSV(B) | 90.77º | 0.5% | 0.91% | - |
| XYZ | 49.52 | 68.42 | 27.12 | - |
| YUV | 201.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 116 | 0.26 | 0 | 0.50 | 0.09 | 90.77 | 0.73 | 0.68 |
| Hex | AD | E9 | 74 | 1A | 0 | 32 | 9 | 5B | 49 | 44 |
| Octal | 255 | 351 | 164 | 32 | 0 | 62 | 11 | 133 | 111 | 104 |
| Binary | 10101101 | 11101001 | 1110100 | 11010 | 0 | 110010 | 1001 | 1011011 | 1001001 | 1000100 |
Color Harmonies of #ADE974
Complementary color
Monochromatic Colors of #ADE974
Black with #ADE974
Text Example
Text Example
White with #ADE974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE974; }
p { color: rgb(173,233,116); }
H1.HeaderClassName
{
color: #ADE974;
}
.AnyTagClassName
{
color: #ADE974;
}
</style>
background-color css
<style>
a { background-color: #ADE974; }
a { background-color: rgb(173,233,116); }
div.DivClassName
{
background-color: #ADE974;
}
.BgClassName
{
background-color: #ADE974;
}
</style>
border-color css
<style>
span { border-color: #ADE974; }
span { border-color: rgb(173,233,116); }
td.TdClassName
{
border-color: #ADE974;
}
.TagClassName
{
border-color: #ADE974;
}
</style>