Shades of Feijoa #ADED74
Tints of Feijoa #ADED74
RGB
CMYK
RGB Variations
Color information
#ADED74 (or 0xADED74) is known color: Feijoa. HEX triplet: AD, ED and 74. RGB value is (173,237,116). Sum of RGB (Red+Green+Blue) = 173+237+116=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED74 is #52128B. Grayscale: #CCCCCC. Windows color (decimal): -5378700 or 7663021. OLE color: 7663021.
HSL color Cylindrical-coordinate representation of color #ADED74: hue angle of 91.74º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADED74 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 116 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.07 |
| HSL | 91.74º | 0.77% | 0.69% | - |
| HSV(B) | 91.74º | 0.51% | 0.93% | - |
| XYZ | 50.67 | 70.71 | 27.5 | - |
| YUV | 204.07 | 78.3 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 116 | 0.27 | 0 | 0.51 | 0.07 | 91.74 | 0.77 | 0.69 |
| Hex | AD | ED | 74 | 1B | 0 | 33 | 7 | 5C | 4D | 45 |
| Octal | 255 | 355 | 164 | 33 | 0 | 63 | 7 | 134 | 115 | 105 |
| Binary | 10101101 | 11101101 | 1110100 | 11011 | 0 | 110011 | 111 | 1011100 | 1001101 | 1000101 |
Color Harmonies of #ADED74
Complementary color
Monochromatic Colors of #ADED74
Black with #ADED74
Text Example
Text Example
White with #ADED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED74; }
p { color: rgb(173,237,116); }
H1.HeaderClassName
{
color: #ADED74;
}
.AnyTagClassName
{
color: #ADED74;
}
</style>
background-color css
<style>
a { background-color: #ADED74; }
a { background-color: rgb(173,237,116); }
div.DivClassName
{
background-color: #ADED74;
}
.BgClassName
{
background-color: #ADED74;
}
</style>
border-color css
<style>
span { border-color: #ADED74; }
span { border-color: rgb(173,237,116); }
td.TdClassName
{
border-color: #ADED74;
}
.TagClassName
{
border-color: #ADED74;
}
</style>