Shades of Feijoa #ADEF73
Tints of Feijoa #ADEF73
RGB
CMYK
RGB Variations
Color information
#ADEF73 (or 0xADEF73) is known color: Feijoa. HEX triplet: AD, EF and 73. RGB value is (173,239,115). Sum of RGB (Red+Green+Blue) = 173+239+115=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF73 is #52108C. Grayscale: #CDCDCD. Windows color (decimal): -5378189 or 7597997. OLE color: 7597997.
HSL color Cylindrical-coordinate representation of color #ADEF73: hue angle of 91.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADEF73 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 115 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.06 |
| HSL | 91.94º | 0.79% | 0.69% | - |
| HSV(B) | 91.94º | 0.52% | 0.94% | - |
| XYZ | 51.19 | 71.86 | 27.39 | - |
| YUV | 205.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 115 | 0.28 | 0 | 0.52 | 0.06 | 91.94 | 0.79 | 0.69 |
| Hex | AD | EF | 73 | 1C | 0 | 34 | 6 | 5C | 4F | 45 |
| Octal | 255 | 357 | 163 | 34 | 0 | 64 | 6 | 134 | 117 | 105 |
| Binary | 10101101 | 11101111 | 1110011 | 11100 | 0 | 110100 | 110 | 1011100 | 1001111 | 1000101 |
Color Harmonies of #ADEF73
Complementary color
Monochromatic Colors of #ADEF73
Black with #ADEF73
Text Example
Text Example
White with #ADEF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF73; }
p { color: rgb(173,239,115); }
H1.HeaderClassName
{
color: #ADEF73;
}
.AnyTagClassName
{
color: #ADEF73;
}
</style>
background-color css
<style>
a { background-color: #ADEF73; }
a { background-color: rgb(173,239,115); }
div.DivClassName
{
background-color: #ADEF73;
}
.BgClassName
{
background-color: #ADEF73;
}
</style>
border-color css
<style>
span { border-color: #ADEF73; }
span { border-color: rgb(173,239,115); }
td.TdClassName
{
border-color: #ADEF73;
}
.TagClassName
{
border-color: #ADEF73;
}
</style>