Shades of Feijoa #ADEF74
Tints of Feijoa #ADEF74
RGB
CMYK
RGB Variations
Color information
#ADEF74 (or 0xADEF74) is known color: Feijoa. HEX triplet: AD, EF and 74. RGB value is (173,239,116). Sum of RGB (Red+Green+Blue) = 173+239+116=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF74 is #52108B. Grayscale: #CDCDCD. Windows color (decimal): -5378188 or 7663533. OLE color: 7663533.
HSL color Cylindrical-coordinate representation of color #ADEF74: hue angle of 92.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADEF74 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 116 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.06 |
| HSL | 92.2º | 0.79% | 0.7% | - |
| HSV(B) | 92.2º | 0.51% | 0.94% | - |
| XYZ | 51.25 | 71.88 | 27.7 | - |
| YUV | 205.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 116 | 0.28 | 0 | 0.51 | 0.06 | 92.2 | 0.79 | 0.7 |
| Hex | AD | EF | 74 | 1C | 0 | 33 | 6 | 5C | 4F | 46 |
| Octal | 255 | 357 | 164 | 34 | 0 | 63 | 6 | 134 | 117 | 106 |
| Binary | 10101101 | 11101111 | 1110100 | 11100 | 0 | 110011 | 110 | 1011100 | 1001111 | 1000110 |
Color Harmonies of #ADEF74
Complementary color
Monochromatic Colors of #ADEF74
Black with #ADEF74
Text Example
Text Example
White with #ADEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF74; }
p { color: rgb(173,239,116); }
H1.HeaderClassName
{
color: #ADEF74;
}
.AnyTagClassName
{
color: #ADEF74;
}
</style>
background-color css
<style>
a { background-color: #ADEF74; }
a { background-color: rgb(173,239,116); }
div.DivClassName
{
background-color: #ADEF74;
}
.BgClassName
{
background-color: #ADEF74;
}
</style>
border-color css
<style>
span { border-color: #ADEF74; }
span { border-color: rgb(173,239,116); }
td.TdClassName
{
border-color: #ADEF74;
}
.TagClassName
{
border-color: #ADEF74;
}
</style>