Shades of Feijoa #ADF678
Tints of Feijoa #ADF678
RGB
CMYK
RGB Variations
Color information
#ADF678 (or 0xADF678) is known color: Feijoa. HEX triplet: AD, F6 and 78. RGB value is (173,246,120). Sum of RGB (Red+Green+Blue) = 173+246+120=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF678 is #520987. Grayscale: #D2D2D2. Windows color (decimal): -5376392 or 7927469. OLE color: 7927469.
HSL color Cylindrical-coordinate representation of color #ADF678: hue angle of 94.76º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF678 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 120 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.04 |
| HSL | 94.76º | 0.88% | 0.72% | - |
| HSV(B) | 94.76º | 0.51% | 0.96% | - |
| XYZ | 53.58 | 76.15 | 29.64 | - |
| YUV | 209.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 120 | 0.30 | 0 | 0.51 | 0.04 | 94.76 | 0.88 | 0.72 |
| Hex | AD | F6 | 78 | 1E | 0 | 33 | 4 | 5F | 58 | 48 |
| Octal | 255 | 366 | 170 | 36 | 0 | 63 | 4 | 137 | 130 | 110 |
| Binary | 10101101 | 11110110 | 1111000 | 11110 | 0 | 110011 | 100 | 1011111 | 1011000 | 1001000 |
Color Harmonies of #ADF678
Complementary color
Monochromatic Colors of #ADF678
Black with #ADF678
Text Example
Text Example
White with #ADF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF678; }
p { color: rgb(173,246,120); }
H1.HeaderClassName
{
color: #ADF678;
}
.AnyTagClassName
{
color: #ADF678;
}
</style>
background-color css
<style>
a { background-color: #ADF678; }
a { background-color: rgb(173,246,120); }
div.DivClassName
{
background-color: #ADF678;
}
.BgClassName
{
background-color: #ADF678;
}
</style>
border-color css
<style>
span { border-color: #ADF678; }
span { border-color: rgb(173,246,120); }
td.TdClassName
{
border-color: #ADF678;
}
.TagClassName
{
border-color: #ADF678;
}
</style>